Skip to content
New issue

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

exclude_nil_values not working #62

Closed
ProGM opened this issue Aug 26, 2014 · 3 comments
Closed

exclude_nil_values not working #62

ProGM opened this issue Aug 26, 2014 · 3 comments

Comments

@ProGM
Copy link

ProGM commented Aug 26, 2014

I'm using Rails 3.2.17 on Mac OS, with RABL-rails v0.3.4.

When I set this configuration:

RablRails.configure do |config|
  config.exclude_nil_values = true
end

I receive:
NoMethodError: undefined methodexclude_nil_values=' for RablRails:Module`

@ccocchi
Copy link
Owner

ccocchi commented Sep 8, 2014

This option is only available on master right now. I will release the 0.4.0 version pretty soon.

@ccocchi
Copy link
Owner

ccocchi commented Oct 12, 2014

@ProGM 0.4.0 is out ! You will finally be able to use exclude_nil_values 😄

@ccocchi ccocchi closed this as completed Oct 12, 2014
@ProGM
Copy link
Author

ProGM commented Oct 12, 2014

Thank you! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants