Class: Admin::HomeController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Admin::HomeController
- Defined in:
- app/controllers/admin/home_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/admin/home_controller.rb', line 3 def index render text: "Override Root-Path or HomeController to edit this page" end |