Class: My::ComponentsController

Inherits:
ProfileController
  • Object
show all
Defined in:
app/controllers/my/components_controller.rb

Overview

User-side component handling

Instance Method Summary collapse

Instance Method Details

#indexObject

get /my/components



8
9
10
# File 'app/controllers/my/components_controller.rb', line 8

def index
  @collection = BiovisionComponent.list_for_user
end

#showObject

get /my/components/:slug



13
14
# File 'app/controllers/my/components_controller.rb', line 13

def show
end