Sha256: 53b9fe55b2ac75e5ac24f6ac1cb05ab362871c7025ae70590dfd1e7b36b0901e
Contents?: true
Size: 263 Bytes
Versions: 6
Compression:
Stored size: 263 Bytes
Contents
module Ecm::Pictures class PicturesController < Ecm::Pictures::Configuration.base_controller.constantize def index @pictures = Ecm::Pictures::Picture.all end def show @picture = Ecm::Pictures::Picture.find(params[:id]) end end end
Version data entries
6 entries across 6 versions & 1 rubygems