Class: Garnish::ModelAdapters::MongoidAdapter
- Inherits:
-
AbstractAdapter
- Object
- AbstractAdapter
- Garnish::ModelAdapters::MongoidAdapter
- Defined in:
- lib/garnish/model_adapters/mongoid_adapter.rb
Class Method Summary collapse
Methods inherited from AbstractAdapter
Class Method Details
.defined_relationships(klass) ⇒ Object
5 6 7 |
# File 'lib/garnish/model_adapters/mongoid_adapter.rb', line 5 def self.defined_relationships(klass) klass.relations.keys end |