You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, this is definitely a noobish one, but here goes. I've managed to define a new Model, store data, etc. but I also store the data to database via external call (just ordinary HTTP PUT) - external to CouchRest, to be precise. After I put the data into the database, I can see the changes in Futon, but not via ActiveModel. Is it possible to make CouchRest aware of the changes made by the external call?
The text was updated successfully, but these errors were encountered:
OK, this is definitely a noobish one, but here goes. I've managed to define a new Model, store data, etc. but I also store the data to database via external call (just ordinary HTTP PUT) - external to CouchRest, to be precise. After I put the data into the database, I can see the changes in Futon, but not via ActiveModel. Is it possible to make CouchRest aware of the changes made by the external call?
The text was updated successfully, but these errors were encountered: