Method: Turbolog::Generators::ConfigGenerator#sethost_mongoid
- Defined in:
- lib/generators/turbolog/config_generator.rb
#sethost_mongoid ⇒ Object
20 21 22 23 |
# File 'lib/generators/turbolog/config_generator.rb', line 20 def sethost_mongoid puts Color.blue("..............change localhost to 127.0.0.1.............\n") gsub_file 'config/mongoid.yml','localhost:27017','127.0.0.1:27017' end |