Method: Wordmove::Generators::DBConfigReader#database_config
- Defined in:
- lib/wordmove/generators/movefile_adapter.rb
#database_config ⇒ Object
22 23 24 25 26 27 28 |
# File 'lib/wordmove/generators/movefile_adapter.rb', line 22 def database_config if wp_config_exists? WordpressDBConfig.config else DefaultDBConfig.config end end |