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

Setting attributes through their string name doesn't mark the record as dirty #32

Open
pilaf opened this issue Oct 10, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pilaf
Copy link
Collaborator

pilaf commented Oct 10, 2019

class MyLayout < FmRest::Spyke::Base
end

m = MyLayout.new("Random Attribute" => "value")

m.changed? # false

This prevents the record from being saved properly as fmrest depends on dirty attributes for persistence.

This needs either a code fix or a warning in the README.

@pilaf pilaf self-assigned this Oct 10, 2019
@pilaf pilaf added the bug Something isn't working label Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant