Sha256: 536b2decc9526e37e67a3a7400aea02236e24620558878dcc4dd207b4c947707

Contents?: true

Size: 238 Bytes

Versions: 5

Compression:

Stored size: 238 Bytes

Contents

Mongoid.configure do |config|
  name = "custom_fields_test"
  host = "localhost"
  config.master = Mongo::Connection.new.db(name)
  # config.master = Mongo::Connection.new('localhost', '27017', :logger => Logger.new($stdout)).db(name)
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
custom_fields-0.0.0.1 spec/support/mongoid.rb
locomotive_cms-0.0.3.3 vendor/plugins/custom_fields/spec/support/mongoid.rb
locomotive_cms-0.0.3.1 vendor/plugins/custom_fields/spec/support/mongoid.rb
locomotive_cms-0.0.2.9 vendor/plugins/custom_fields/spec/support/mongoid.rb
locomotive_cms-0.0.2.8 vendor/plugins/custom_fields/spec/support/mongoid.rb