module Grnds::Sso::Authentication::ClassMethods

Public Instance Methods

grnds_sso_access(options = {}) click to toggle source
# File lib/grnds/sso/authentication.rb, line 7
def grnds_sso_access(options = {})
  include Grnds::Sso::Authentication
  include Grnds::Sso::ViewHelpers
  before_filter :authenticate_user, options
end