Module: ObjExtensions

Defined in:
lib/obj_extensions.rb,
lib/generators/rails_connector/install/templates/obj_extensions.rb

Class Method Summary collapse

Class Method Details

.enableObject

Infopark Rails Connector enables the developer to define specific behavior for Fiona CMS classes by using Single Table Inheritance (www.martinfowler.com/eaaCatalog/singleTableInheritance.html).

If you wish to decorate the Obj model with extra behavior, you will need to add it here.

Be careful only to use methods and classes that are part of the documented api. Other methods and classes may change without warning.



12
13
# File 'lib/generators/rails_connector/install/templates/obj_extensions.rb', line 12

def self.enable
end