Sha256: c53c7ef0721631602f5c98ff0bead1bbdd72863b3400d6efa389b90aa99639ea
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
module Ecm module Pictures class GalleriesController < Ecm::Pictures::Configuration.base_controller.constantize def index @galleries = Gallery.all end def show @gallery = Gallery.find(params[:id]) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ecm_pictures2-3.0.1 | app/controllers/ecm/pictures/galleries_controller.rb |
ecm_pictures2-3.0.0 | app/controllers/ecm/pictures/galleries_controller.rb |