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

Inspect setting_values for a settable object with multiple namespaces are not scoped #2

Closed
echannel-leon opened this issue Oct 24, 2012 · 0 comments
Labels

Comments

@echannel-leon
Copy link
Contributor

To reproduce this issue:

s = Scenario.last # At this point the scenario doesn't have any setting values
s.settings.google.daily_budget = '1'
s.save!
s.settings.yahoo.daily_budget # => nil, which is correct
s.settings.yahoo # => {:daily_budget=>"1"}, wrong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant