make it clear that recompilation happens only in

development mode
This commit is contained in:
Neeraj Singh 2010-11-27 22:16:51 -05:00
parent 2029187c56
commit 9bd291407c
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ module ActionView #:nodoc:
#
# === Template caching
#
# By default, Rails will compile each template to a method in order to render it. When you alter a template, Rails will
# check the file's modification time and recompile it.
# By default, Rails will compile each template to a method in order to render it. When you alter a template,
# Rails will check the file's modification time and recompile it in development mode.
#
# == Builder
#