Class: My::IndexController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- My::IndexController
- Defined in:
- app/controllers/my/index_controller.rb
Overview
Main page for user
Instance Method Summary collapse
-
#index ⇒ Object
get /my.
Instance Method Details
#index ⇒ Object
get /my
8 9 |
# File 'app/controllers/my/index_controller.rb', line 8 def index end |