Sha256: fe47b882b59ba161a85c7df29ca5128973e84f9b006b9ce074566007eecdc5f8

Contents?: true

Size: 366 Bytes

Versions: 1

Compression:

Stored size: 366 Bytes

Contents

require 'frisky-mongo/version'
require 'frisky-mongo/config'

module Frisky
  module Model
    EXTENSIONS ||= []
    EXTENSIONS << 'frisky-mongo/models/event'
    EXTENSIONS << 'frisky-mongo/models/person'
    EXTENSIONS << 'frisky-mongo/models/commit'
    EXTENSIONS << 'frisky-mongo/models/file_commit'
    EXTENSIONS << 'frisky-mongo/models/repository'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
frisky_mongo-0.7.7 lib/frisky_mongo.rb