Fix line lenght offenses at multiple controllers
This commit is contained in:
@@ -2,7 +2,8 @@ class Admin::ActivityController < Admin::BaseController
|
||||
has_filters %w{all on_users on_proposals on_debates on_comments}
|
||||
|
||||
def show
|
||||
@activity = Activity.for_render.send(@current_filter).order(created_at: :desc).page(params[:page])
|
||||
@activity = Activity.for_render.send(@current_filter)
|
||||
.order(created_at: :desc).page(params[:page])
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user