Plugins - ActsAsResource
Add to favoritesWith this plugin you can use both ActiveRecord and ActiveResource features in one class. You can choose between local and remote operations with the :remote flag, passed as parameters to methods.
Example:
Carrot.find(23) # local
Carrot.find(23, :remote => true) # remote
