We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.3.1 creates problems on rails 3.2.18.
@klass.where(conditions).includes(options[:include]).distinct(options[:distinct]) # =>
returns nil. Because of the nil value I get "undefined method `group' for nil:NilClass"
on https://github.com/saulabs/reportable/blob/master/lib/saulabs/reportable/report.rb#L127
The text was updated successfully, but these errors were encountered:
I'm encountering this too. Downgrading to 1.2.0 fixes the error.
Sorry, something went wrong.
reportable 1.4.2, rails 3.2.1 - same here
No branches or pull requests
Version 1.3.1 creates problems on rails 3.2.18.
returns nil.
Because of the nil value I get "undefined method `group' for nil:NilClass"
on https://github.com/saulabs/reportable/blob/master/lib/saulabs/reportable/report.rb#L127
The text was updated successfully, but these errors were encountered: