Class: Railscope::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Railscope::ApplicationController
- Defined in:
- app/controllers/railscope/application_controller.rb
Direct Known Subclasses
Railscope::Api::EntriesController, DashboardController, EntriesController
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
8 9 10 |
# File 'app/controllers/railscope/application_controller.rb', line 8 def index render :index end |