diff options
author | AJ Acevedo <aj@ajalabs.com> | 2013-05-12 22:47:25 -0400 |
---|---|---|
committer | AJ Acevedo <aj@ajalabs.com> | 2013-05-12 22:47:25 -0400 |
commit | 2a57cbc762ef9c8c9aca7965a2b863486000ab65 (patch) | |
tree | df2f36ad0ec4ef2227955b1a4470f4db5514c314 /railties | |
parent | 42da93ca303b1547c4e63bfd2245339be0ce0672 (diff) | |
download | rails-2a57cbc762ef9c8c9aca7965a2b863486000ab65.tar.gz rails-2a57cbc762ef9c8c9aca7965a2b863486000ab65.tar.bz2 rails-2a57cbc762ef9c8c9aca7965a2b863486000ab65.zip |
Updated comment to Rails 4
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/plugin_new/templates/bin/rails.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/plugin_new/templates/bin/rails.tt b/railties/lib/rails/generators/rails/plugin_new/templates/bin/rails.tt index aa87d1b50c..c8de9f3e0f 100644 --- a/railties/lib/rails/generators/rails/plugin_new/templates/bin/rails.tt +++ b/railties/lib/rails/generators/rails/plugin_new/templates/bin/rails.tt @@ -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__) |