Class: Kuva::PhotosController

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

Instance Method Summary collapse

Instance Method Details

#showObject



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

def show
  @photo    = Kuva::Elements::Photo.find params[:id]
  @photoset = Kuva::Elements::Photoset.find params[:set_id]
end