Class: HoneyBadger::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- HoneyBadger::ApplicationController
- Defined in:
- app/controllers/honey_badger/application_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/honey_badger/application_controller.rb', line 3 def index render :text => "hello from application controller" end |