module Couchbase::Model::Relationship::Child::ClassMethods
Public Instance Methods
has_parent()
click to toggle source
# File lib/couchbase/model/relationship/child.rb, line 35 def has_parent attr_accessor :parent alias_method_chain :create, :parent_id end