Skip to content

Instantly share code, notes, and snippets.

@youngbrioche
Created February 27, 2014 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save youngbrioche/9249113 to your computer and use it in GitHub Desktop.
Save youngbrioche/9249113 to your computer and use it in GitHub Desktop.
initializer "load_migrations" do |app|
# Pull in all the migrations to the application embedding iqvoc
app.config.paths['db/migrate'].concat(MyEngine.paths['db/migrate'].existent)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment