fixing typo

This commit is contained in:
Neeraj Singh
2010-08-17 21:29:37 -04:00
parent a0ca3d1067
commit 2a4eb69ff4

View File

@@ -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