Module: Couchbase::Model::Relationship::Child::ClassMethods
- Defined in:
- lib/couchbase/model/relationship/child.rb
Instance Method Summary collapse
Instance Method Details
#has_parent ⇒ Object
35 36 37 38 39 |
# File 'lib/couchbase/model/relationship/child.rb', line 35 def has_parent attr_accessor :parent alias_method_chain :create, :parent_id end |