lib/architect4r/model/relationships.rb in architect4r-0.4.3 vs lib/architect4r/model/relationships.rb in architect4r-0.4.3.1
- old
+ new
@@ -1,15 +1,11 @@
module Architect4r
module Model
module Relationships
extend ActiveSupport::Concern
- module InstanceMethods
-
- def links
- @links_query_interface = LinksQueryInterface.new(self)
- end
-
+ def links
+ @links_query_interface = LinksQueryInterface.new(self)
end
end
end
end
\ No newline at end of file