No need for helper_method

This commit is contained in:
Martin Lensment 2014-06-27 13:55:26 +03:00
parent 5405632862
commit 204646f122

View file

@ -3,7 +3,6 @@ module Epp::Common
included do included do
protect_from_forgery with: :null_session protect_from_forgery with: :null_session
helper_method :current_epp_user
end end
def proxy def proxy