module Opto::Model::Association::HasMany::Declaration

Public Class Methods

prepended(where) click to toggle source
# File lib/opto/model/association/has_many/declaration.rb, line 8
def self.prepended(where)
  where.extend ClassMethods
end