aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails_generator.rb')
-rw-r--r--railties/lib/rails_generator.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/railties/lib/rails_generator.rb b/railties/lib/rails_generator.rb
index 38b8daee49..83a404fc0a 100644
--- a/railties/lib/rails_generator.rb
+++ b/railties/lib/rails_generator.rb
@@ -126,10 +126,9 @@ module Rails
end
if builtin then
- "Sorry, you can't have a #{self.class.generator_name} named\n" +
- "'#{full_class_name}' because Ruby or RubyOnRails already has\n" +
- "a #{type} with that name. Please rerun the generator with a\n" +
- "different name."
+ "Sorry, you can't have a #{self.class.generator_name} named " +
+ "'#{full_class_name}' because Ruby or Rails already has a #{type} with that name.\n" +
+ "Please rerun the generator with a different name."
end
end