Sha256: 56bc47a41ad5d27dbeeedbdcdda854366a9d4de8d9602c8d211fe6a20ae50f81

Contents?: true

Size: 185 Bytes

Versions: 6

Compression:

Stored size: 185 Bytes

Contents

module DataMapper
  module Model
    include AggregateFunctions

    private

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
dm-aggregates-0.9.5 lib/dm-aggregates/model.rb
dm-aggregates-0.9.7 lib/dm-aggregates/model.rb
dm-aggregates-0.9.6 lib/dm-aggregates/model.rb
dm-aggregates-0.9.3 lib/dm-aggregates/model.rb
dm-aggregates-0.9.4 lib/dm-aggregates/model.rb
mack-data_mapper-0.8.2 lib/gems/dm-aggregates-0.9.7/lib/dm-aggregates/model.rb