From 0db179a99804de0c26eb4a0dfd91986ffaa2a4dc Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Sun, 31 Aug 2014 12:23:05 -0700 Subject: Keep it closer to the original wording [ci skip] --- railties/lib/rails/generators/rails/app/templates/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile index 1a8e863ef1..e4a175e89c 100644 --- a/railties/lib/rails/generators/rails/app/templates/Gemfile +++ b/railties/lib/rails/generators/rails/app/templates/Gemfile @@ -33,7 +33,7 @@ group :development, :test do gem 'byebug' <%- end -%> - # Access an IRB console on each exception page or by using <%%= console %> in any view + # Access an IRB console on exception pages or by using <%%= console %> in views gem 'web-console', '~> 2.0.0.beta2' <%- if spring_install? %> # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring -- cgit v1.2.3