Class: Ishapi::GalleriesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/ishapi/galleries_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#puts!

Instance Method Details

#show ⇒ Object



5
6
7
# File 'app/controllers/ishapi/galleries_controller.rb', line 5

def show
  @gallery = ::Gallery.find_by :galleryname => params[:galleryname]
end