Class Aeolus::Image::Factory::Base
In: lib/aeolus_image/model/factory/base.rb
Parent: ActiveResource::Base

Methods

Public Class methods

Remove format from the url for collections

Modifying the url formations to make them Factory compliant

Remove format from the url for resources

The objects returned from this method are not automatically converted into ActiveResource instances - they are ordinary Hashes. Modifications below ensures that you get ActiveResource instances.

For a collection call, ActiveResource formatting is not compliant with Factory‘s output.

Public Instance methods

Modifying the url formations to make them Factory compliant

Instance Methods: (modifying the ActiveRecord::CustomMethods). This modification is same as defined in above method

[Validate]