From 1f94ac2c4571143ed90a145aea1b366f827e3b28 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 23 Dec 2004 01:08:51 +0000 Subject: Touched up wording on the new recommendation stuff for generate models git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@264 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/rails_generator.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'railties/lib') 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 -- cgit v1.2.3