3 lines
213 B
Ruby
3 lines
213 B
Ruby
# Mirror of the development environment. Designed to allow the ability to plug
|
|
# in the production database, while still behaving like development.
|
|
require Rails.root.join('config', 'environments', 'development')
|