Class: Rscratch::ApplicationController

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

Direct Known Subclasses

DashboardController, ExceptionsController

Instance Method Summary collapse

Instance Method Details

#authenticateObject



5
6
7
8
9
# File 'app/controllers/rscratch/application_controller.rb', line 5

def authenticate
  if Rscratch.configuration.authenticate
    instance_eval(&Rscratch.configuration.authenticate)
  end
end