Class: My::ComponentsController
- Inherits:
-
ProfileController
- Object
- ProfileController
- My::ComponentsController
- Defined in:
- app/controllers/my/components_controller.rb
Overview
User-side component handling
Instance Method Summary collapse
-
#index ⇒ Object
get /my/components.
-
#show ⇒ Object
get /my/components/:slug.
Instance Method Details
#index ⇒ Object
get /my/components
8 9 10 |
# File 'app/controllers/my/components_controller.rb', line 8 def index @collection = BiovisionComponent.list_for_user end |
#show ⇒ Object
get /my/components/:slug
13 14 |
# File 'app/controllers/my/components_controller.rb', line 13 def show end |