Browse Source

Remove mongo ORM config

master
Adrian Short 11 years ago
parent
commit
9c6819ad01
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      config/application.rb

+ 0
- 3
config/application.rb View File

@@ -15,7 +15,6 @@ if defined?(Bundler)
# Bundler.require(:default, :assets, Rails.env)
end


module Apollo
class Application < Rails::Application
config.action_mailer.default_url_options = { :host => ENV['APOLLO_HOSTNAME'] }
@@ -72,9 +71,7 @@ module Apollo
# http://mongomapper.com/documentation/getting-started/rails.html
config.generators do |g|
g.template_engine :haml
g.orm :mongo_mapper
end
MongoMapper::Document.plugin(MongoMapper::Plugins::MultiParameterAttributes)
# Time.zone = 'London'
end


Loading…
Cancel
Save