Skip to content

Instantly share code, notes, and snippets.

@morcmarc
Created April 5, 2013 09:53
Show Gist options
  • Save morcmarc/5318075 to your computer and use it in GitHub Desktop.
Save morcmarc/5318075 to your computer and use it in GitHub Desktop.
def configure
Deprecations.new.call
configurator = Configurator.new
paths = Rails.application.config.paths
paths.add "config/database", :with => configurator.config
paths.add "db/migrate", :with => configurator.migrate_dir
paths.add "db/seeds", :with => configurator.seeds
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment