module ExvoAuth::Controllers::Rails

Public Class Methods

included(base) click to toggle source
# File lib/exvo_auth/controllers/rails.rb, line 2
def self.included(base)
  base.send :include, ExvoAuth::Controllers::Base
  base.send :include, InstanceMethods
  base.helper_method :current_user, :signed_in?, :sign_up_path, :sign_in_path
end