Skip to content

Commit 0817c62

Browse files
committed
Add a link to ActiveForce on the readme.
Link to ActiveForce, a gem based on a [gist from @ejholmes](https://gist.github.com/ejholmes/5154415) that wrap Restforce in an ActiveRecord like functionality.
1 parent 35ef925 commit 0817c62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,13 @@ call `Restforce.tooling` instead of `Restforce.new`:
470470
client = Restforce.tooling(...)
471471
```
472472

473+
## Links
474+
475+
If you need a full Active Record experience, may be you can use
476+
[ActiveForce](https://github.com/ionia-corporation/active_force) that wraps
477+
Restforce and adds Associations, Query Building (like AREL), Validations and
478+
Callbacks.
479+
473480
## Contributing
474481

475482
1. Fork it

0 commit comments

Comments
 (0)