Fix new rubocop warnings
This commit is contained in:
parent
598e1c84fe
commit
f3219ada14
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ class ApplicationController < ActionController::Base
|
|||
around_action :better_errors_allow_inline, :if => proc { Rails.env.development? }
|
||||
|
||||
attr_accessor :current_user
|
||||
|
||||
helper_method :current_user
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue