Class: Ecm::Downloads::DownloadCategoriesController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/ecm/downloads/download_categories_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
# File 'app/controllers/ecm/downloads/download_categories_controller.rb', line 2

def index
  @collection = Ecm::Downloads::DownloadCategory.all.decorate
end

#showObject



6
7
8
# File 'app/controllers/ecm/downloads/download_categories_controller.rb', line 6

def show
  @resource = Ecm::Downloads::DownloadCategory.friendly.find(params[:id])
end