Class: Kuva::SetsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/kuva/sets_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/kuva/sets_controller.rb', line 4

def index
  @photosets = photoset_collection
end

#showObject



8
9
10
11
# File 'app/controllers/kuva/sets_controller.rb', line 8

def show
  @photoset = photoset
  @photos   = photoset.with_photos
end