Sha256: ac306823bd4a49611113e796331eaaba6d5d913ba533a043126b3772f4169aa5

Contents?: true

Size: 222 Bytes

Versions: 5

Compression:

Stored size: 222 Bytes

Contents

module DataMapper
  module Model
    include AggregateFunctions

#    def size
#      count
#    end

    private

    def property_by_name(property_name)
      properties(repository.name)[property_name]
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
dm-aggregates-0.9.11 lib/dm-aggregates/model.rb
dm-aggregates-0.9.10 lib/dm-aggregates/model.rb
dm-aggregates-0.9.9 lib/dm-aggregates/model.rb
mack-data_mapper-0.8.3 lib/gems/dm-aggregates-0.9.9/lib/dm-aggregates/model.rb
mack-data_mapper-0.8.3.1 lib/gems/dm-aggregates-0.9.9/lib/dm-aggregates/model.rb