Vendoring Rails 2.3.5

This commit is contained in:
Eric Allen 2009-12-07 12:42:42 -05:00
parent 3e83d19299
commit f8779795ce
943 changed files with 56503 additions and 61351 deletions

View file

@ -12,7 +12,7 @@ module ActionView #:nodoc:
private
# Always recompile inline templates
def recompile?(local_assigns)
def recompile?
true
end
end