Class: Rich::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/rich/application_controller.rb

Direct Known Subclasses

FilesController

Instance Method Summary collapse

Instance Method Details

#authenticate_rich_userObject



6
7
8
# File 'app/controllers/rich/application_controller.rb', line 6

def authenticate_rich_user
  send(Rich.authentication_method) unless Rich.authentication_method == :none
end