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
This is something I'd normally add to the wiki of a project for others to find, but before doing so I wanted to get some feedback on where you think it would be appropriate, if at all.
The text was updated successfully, but these errors were encountered:
Looks good to me if all the RSpecs works. Maybe you can produce a pull request ?
Looks like it's part of rails/active model which means we don't need another third party dependencies ?
Hi all,
I'm using Neo4j and need to serialise objects and associations for an HTTP API.
The way I do this with ActiveModel-compliant objects is to use active_model_serializers, which doesn't work out-of-the-box with Neo4j Rails.
To get the basic support I need I added the following to an initializer in my Rails app:
This is something I'd normally add to the wiki of a project for others to find, but before doing so I wanted to get some feedback on where you think it would be appropriate, if at all.
The text was updated successfully, but these errors were encountered: