1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Updated comment to Rails 4

This commit is contained in:
AJ Acevedo 2013-05-12 22:47:25 -04:00
parent 42da93ca30
commit 2a57cbc762

View file

@ -1,4 +1,4 @@
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
# 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/<%= name -%>/engine', __FILE__)