Module: HumbleAuth::Helper

Defined in:
lib/humble_auth/helper.rb

Class Method Summary collapse

Class Method Details

.included(controller) ⇒ Object



3
4
5
6
7
# File 'lib/humble_auth/helper.rb', line 3

def self.included(controller)
  controller.class_eval do
    helper_method :authenticated?
  end
end