Skip to content

Commit

Permalink
I am pretty sure I meant to initialize the column_data_fields ... wel…
Browse files Browse the repository at this point in the history
…l, I have now.
  • Loading branch information
elskwid committed Jun 9, 2008
1 parent 242bedf commit f082dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/munger/report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Report
def initialize(options = {})
@grouping_level = 0
@column_titles = {}
@column_data_fields = {}
set_options(options)
end

Expand Down

0 comments on commit f082dc3

Please sign in to comment.