README.rdoc in ecm_downloads2-1.1.0 vs README.rdoc in ecm_downloads2-1.1.1

- old
+ new

@@ -36,9 +36,18 @@ Add the routes: # config/routes.rb Ecm::Downloads::Routing.routes(self) +Add the helpers to your application controller: + + # app/controllers/application_controller.rb + class ApplicationController < ActionController::Base + helper Ecm::Downloads::DownloadCategoryHelper + helper Ecm::Downloads::DownloadHelper + ... + end + == Optional: Generate locale files You may want to copy the locales to your app: > rails generate ecm:downloads:locales