Skip to content

Instantly share code, notes, and snippets.

@jeremyf
Created February 5, 2014 20:44
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 jeremyf/8832657 to your computer and use it in GitHub Desktop.
Save jeremyf/8832657 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application.
ENGINE_ROOT = File.expand_path('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/hydramata/institution/engine', __FILE__)
require 'rails/all'
require 'rails/engine/commands'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment