Add and apply MultilineMethodCallIndentation rule
This commit is contained in:
@@ -10,8 +10,11 @@ class Legislation::ProcessesController < Legislation::BaseController
|
||||
|
||||
def index
|
||||
@current_filter ||= "open"
|
||||
@processes = ::Legislation::Process.send(@current_filter).published
|
||||
.not_in_draft.order(start_date: :desc).page(params[:page])
|
||||
@processes = ::Legislation::Process.send(@current_filter)
|
||||
.published
|
||||
.not_in_draft
|
||||
.order(start_date: :desc)
|
||||
.page(params[:page])
|
||||
end
|
||||
|
||||
def show
|
||||
|
||||
Reference in New Issue
Block a user