From 8a82204a427d938eaa4ee3278e0134b9a0d3e612 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Thu, 5 Apr 2012 22:21:27 +0530 Subject: minor fixes [ci skip] --- railties/lib/rails/generators/actions.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/railties/lib/rails/generators/actions.rb b/railties/lib/rails/generators/actions.rb index e04dab20be..9b0649e456 100644 --- a/railties/lib/rails/generators/actions.rb +++ b/railties/lib/rails/generators/actions.rb @@ -89,7 +89,7 @@ module Rails # "config.autoload_paths += %W(#{config.root}/extras)" # end # - # environment(nil,:env => "development") do + # environment(nil, :env => "development") do # "config.active_record.observers = :cacher" # end # @@ -177,7 +177,7 @@ module Rails # TASK # end # - # rakefile('seed.rake', 'puts "I'm planting your seeds"') + # rakefile('seed.rake', 'puts "Planting seeds"') # def rakefile(filename, data=nil, &block) log :rakefile, filename -- cgit v1.2.3