lib/mokio/concerns/models/contact_template.rb in mokio-0.0.15 vs lib/mokio/concerns/models/contact_template.rb in mokio-2.0.8

- old
+ new

@@ -6,13 +6,9 @@ # module ContactTemplate extend ActiveSupport::Concern included do - - belongs_to :base_contact - accepts_nested_attributes_for :base_contact - belongs_to :contact accepts_nested_attributes_for :contact end module ClassMethods \ No newline at end of file