From 2a4eb69ff49464c4d60cf4863ddbb470316c0302 Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Tue, 17 Aug 2010 21:29:37 -0400 Subject: fixing typo --- railties/lib/rails/railtie.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/railtie.rb b/railties/lib/rails/railtie.rb index 2684552701..58b0d851f7 100644 --- a/railties/lib/rails/railtie.rb +++ b/railties/lib/rails/railtie.rb @@ -87,7 +87,7 @@ module Rails # config.generators.orm :my_railtie_orm # # # Add a to_prepare block which is executed once in production - # # and before which request in development + # # and before each request in development # config.to_prepare do # MyRailtie.setup! # end -- cgit v1.2.3