Class: TwoPercent::ApplicationController
- Inherits:
-
ActionController::API
- Object
- ActionController::API
- TwoPercent::ApplicationController
- Defined in:
- app/controllers/two_percent/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#authenticate ⇒ Object
7 8 9 |
# File 'app/controllers/two_percent/application_controller.rb', line 7 def authenticate instance_exec(&TwoPercent.config.authenticate) end |