Skip to content

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

Description

@pilaf
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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions