liveh2o / active_remote

Active Remote provides Active Record-like object-relational mapping over RPC. It's Active Record for your platform.
MIT License
63 stars 23 forks source link

When no primary key is specified and no `guid` field exists, `to_key` raises an error #79

Open mogman1 opened 4 years ago

mogman1 commented 4 years ago

If using an ActiveRemote object in a form and using form_for in Rails for the model, ActiveRemote causes an undefined method 'guid' for error to be raised.