Module: Dunlop::CollectionLookup::ClassMethods

Defined in:
app/models/dunlop/collection_lookup.rb

Instance Method Summary collapse

Instance Method Details

#collectionObject

conveniance and proper code smell implementation to avoid self::Collection calls in places where it does not belong



22
23
24
# File 'app/models/dunlop/collection_lookup.rb', line 22

def collection
  self::Collection
end