# File lib/refinery/authenticated_system.rb, line 65 def self.included(base) if base.respond_to? :helper_method base.send :helper_method, :current_refinery_user, :current_user_session, :refinery_user_signed_in?, :refinery_user? end end