Sha256: aed3277671fcbbace43aa0779cd06964e69136d1810cd147358f8313f39b960d

Contents?: true

Size: 119 Bytes

Versions: 4

Compression:

Stored size: 119 Bytes

Contents

class GalleriesController < SiteController
  def show
    @gallery = Gallery.where(:id => params[:id]).first
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grandstand-0.2.4 app/controllers/galleries_controller.rb
grandstand-0.2.3 app/controllers/galleries_controller.rb
grandstand-0.2.2 app/controllers/galleries_controller.rb
grandstand-0.2.1 app/controllers/galleries_controller.rb