Class: Kuva::SetsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Kuva::SetsController
- Defined in:
- app/controllers/kuva/sets_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'app/controllers/kuva/sets_controller.rb', line 4 def index @photosets = photoset_collection end |
#show ⇒ Object
8 9 10 11 |
# File 'app/controllers/kuva/sets_controller.rb', line 8 def show @photoset = photoset @photos = photoset.with_photos end |