fixing typo

This commit is contained in:
Neeraj Singh 2010-08-17 21:29:37 -04:00
parent a0ca3d1067
commit 2a4eb69ff4
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ module Rails
# config.generators.orm :my_railtie_orm # config.generators.orm :my_railtie_orm
# #
# # Add a to_prepare block which is executed once in production # # 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 # config.to_prepare do
# MyRailtie.setup! # MyRailtie.setup!
# end # end