Ticket #364 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

AAR does not properly scope :methods on associations

Reported by: sandal Assigned to:
Milestone: ruport 1.2 defects Keywords:
Cc:

Description

  report_table(:all, :include => { :foo => { :methods => %w[bar baz] } }) 

results in columns bar and baz in table, and probably should be foo.bar / foo.baz

Change History

11/24/07 12:18:34 changed by mikem836

  • status changed from new to closed.
  • resolution set to fixed.