for whatever reason the engine() method was not defined by reports, but was expected to be there. this is fixed here

pull/6827/head
Philipp Tessenow 14 years ago
parent 78b9e72664
commit 93317925c1
  1. 2
      lib/report.rb

@ -128,7 +128,7 @@ class Report < ActiveRecord::Base
end
def_delegators :transformer, :column_first, :row_first
def_delegators :chain, :empty_chain, :top, :bottom, :chain_collect, :sql_statement, :all_group_fields, :child, :clear, :result
def_delegators :chain, :empty_chain, :top, :bottom, :chain_collect, :sql_statement, :all_group_fields, :child, :clear, :result, :engine
def_delegators :result, :each_direct_result, :recursive_each, :recursive_each_with_level, :each, :each_row, :count,
:units, :final_number
def_delegators :table, :row_index, :colum_index

Loading…
Cancel
Save