Skip to content

Commit 00e84dd

Browse files
authored
Documented mongoid.
1 parent 496e3c8 commit 00e84dd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,20 @@ Hyperclient
3333

3434
This is a good demo to use with [Hyperclient](https://github.com/codegram/hyperclient). Check out [splines_endpoint_with_hyperclient_spec.rb](/spec/api/splines_endpoint_with_hyperclient_spec.rb) for a complete example that retrieves, creates, updates and deletes splines.
3535

36+
ActiveModel
37+
-----------
38+
39+
This project uses ActiveModel and defines a dummy [Spline](app/models/spline.rb) class.
40+
3641
ActiveRecord
3742
------------
3843

39-
This project uses ActiveModel and defines a dummy [Spline](app/models/spline.rb) class. Check out the [with-activerecord branch](https://github.com/ruby-grape/grape-with-roar/tree/with-activerecord) for a complete example that uses ActiveRecord and a PostgreSQL database.
44+
Check out the [with-activerecord branch](https://github.com/ruby-grape/grape-with-roar/tree/with-activerecord) for a complete example that uses ActiveRecord and a PostgreSQL database.
45+
46+
Mongoid
47+
-------
48+
49+
Check out the [with-mongoid branch](https://github.com/ruby-grape/grape-with-roar/tree/with-mongoid) for a complete example that uses Mongoid and a MongoDB database.
4050

4151
Copyright and License
4252
---------------------

0 commit comments

Comments
 (0)