Class: ChangeLog::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/change_log/application_controller.rb

Direct Known Subclasses

BaseController

Instance Method Summary collapse

Instance Method Details

#authenticate_change_logObject



8
9
10
# File 'app/controllers/change_log/application_controller.rb', line 8

def authenticate_change_log
  instance_exec(nil, &self.authenticator) if self.authenticator && self.authenticator.respond_to?(:instance_exec)
end