Method: ReHistoryController#index

Defined in:
app/controllers/re_history_controller.rb

#indexObject



8
9
10
# File 'app/controllers/re_history_controller.rb', line 8

def index
  @re_history = RulesEngine::Process.runner.history(nil, :page => params[:page] || 1, :per_page => 5)
end