Sha256: 603b538b16153b02f3ab59fdec1f92c75510161a304f2e34f08d400412423a04
Contents?: true
Size: 291 Bytes
Versions: 6
Compression:
Stored size: 291 Bytes
Contents
class Ecm::Downloads::DownloadCategoriesController < Ecm::Downloads::Configuration.base_controller.constantize def index @collection = Ecm::Downloads::DownloadCategory.all.decorate end def show @resource = Ecm::Downloads::DownloadCategory.friendly.find(params[:id]) end end
Version data entries
6 entries across 6 versions & 1 rubygems