Module: OmniAuth::Infinum::Controller

Defined in:
lib/omniauth-infinum/controller.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



23
24
25
26
27
# File 'lib/omniauth-infinum/controller.rb', line 23

def self.included(receiver)
  receiver.send :include, InstanceMethods

  receiver.helper_method :current_user
end