Class: RePublicationsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/re_publications_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



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