Class: My::IndexController
- Inherits:
-
ProfileController
- Object
- ProfileController
- 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
6 7 |
# File 'app/controllers/my/index_controller.rb', line 6 def index end |