Class: RePublicationsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- RePublicationsController
- Defined in:
- app/controllers/re_publications_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
12 13 14 |
# File 'app/controllers/re_publications_controller.rb', line 12 def show @re_publications = RulesEngine::Publish.publisher.history(@re_plan.code, :page => params[:page] || 1, :per_page => 5) end |