Skip to content

Commit

Permalink
comment out config.gem line because it produces strange errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nevs committed Apr 28, 2009
1 parent 5e0bb89 commit 996533c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails/config/environment.rb
Expand Up @@ -39,7 +39,7 @@

# See Rails::Configuration for more options

config.gem 'momomoto', :version => '>= 0.2.1'
# config.gem 'momomoto', :version => '>= 0.2.1'

Momomoto::Database.config( YAML.load_file( config.database_configuration_file )[ENV['RAILS_ENV']] )
Momomoto::Database.connect
Expand Down

0 comments on commit 996533c

Please sign in to comment.