rajatthareja/ReportBuilder

Configuration is broken

Closed this issue · 0 comments

The 1.5 release broke the ability to configure report building options.

ReportBuilder.configure do |config|
  # configure stuff
end

ReportBuilder.build_report

no longer works but

ReportBuilder.build_report({some: options})

does work.

This appears to be the result of some of the changes that happened during the recent class extraction effort by @cheezy.

FYI: It's a one line fix. I'll get to it today.