Class: ChangeLog::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ChangeLog::ApplicationController
- Defined in:
- app/controllers/change_log/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#authenticate_change_log ⇒ Object
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 |