diff options
author | José Valim <jose.valim@gmail.com> | 2009-10-18 20:20:14 -0200 |
---|---|---|
committer | Yehuda Katz <wycats@gmail.com> | 2009-11-01 02:23:48 +0100 |
commit | 684c2dc20801b7fcc941ec9478d33d3bf7c74551 (patch) | |
tree | 4a227b6acc85d718e31b5914c4452837e4743217 /actionpack/lib/action_view/render | |
parent | a9751a7034c5a2a49fd90e9f79ad5fcae103487b (diff) | |
download | rails-684c2dc20801b7fcc941ec9478d33d3bf7c74551.tar.gz rails-684c2dc20801b7fcc941ec9478d33d3bf7c74551.tar.bz2 rails-684c2dc20801b7fcc941ec9478d33d3bf7c74551.zip |
Remove ActionMailer helpers and rely on AbstractController one.
Diffstat (limited to 'actionpack/lib/action_view/render')
-rw-r--r-- | actionpack/lib/action_view/render/rendering.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/render/rendering.rb b/actionpack/lib/action_view/render/rendering.rb index 7dcd9d38d9..fc89726670 100644 --- a/actionpack/lib/action_view/render/rendering.rb +++ b/actionpack/lib/action_view/render/rendering.rb @@ -133,4 +133,4 @@ module ActionView content end end -end
\ No newline at end of file +end |