Fix new rubocop warnings

This commit is contained in:
Tom Hughes 2020-05-12 19:18:45 +01:00
parent 598e1c84fe
commit f3219ada14
2 changed files with 2 additions and 0 deletions

View file

@ -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