Module: Ext::Og::CClassMethods
- Defined in:
- lib/ext/og.rb
Instance Attribute Summary collapse
-
#og_manager ⇒ Object
readonly
Useful for extenal control.
Instance Method Summary collapse
-
#create ⇒ Object
Adds Og initialization when you start your app.
Instance Attribute Details
#og_manager ⇒ Object (readonly)
Useful for extenal control. Filled by .create.
29 30 31 |
# File 'lib/ext/og.rb', line 29 def og_manager @og_manager end |