diff options
author | Yehuda Katz <wycats@gmail.com> | 2009-02-24 17:25:21 -0800 |
---|---|---|
committer | Yehuda Katz <wycats@gmail.com> | 2009-02-24 17:25:21 -0800 |
commit | b1f078bddfecd40cce47b7db738620f2df2219c9 (patch) | |
tree | be99345865c71cc37e920c87218972a33a24cfe7 /actionpack/lib/action_view/template/handlers/erb.rb | |
parent | d6b9f8410c990b3d68d1970f1461a1d385d098d7 (diff) | |
download | rails-b1f078bddfecd40cce47b7db738620f2df2219c9.tar.gz rails-b1f078bddfecd40cce47b7db738620f2df2219c9.tar.bz2 rails-b1f078bddfecd40cce47b7db738620f2df2219c9.zip |
First, very early, AbstractController code. More to come
Diffstat (limited to 'actionpack/lib/action_view/template/handlers/erb.rb')
-rw-r--r-- | actionpack/lib/action_view/template/handlers/erb.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/template/handlers/erb.rb b/actionpack/lib/action_view/template/handlers/erb.rb index e3120ba267..a20b1b0cd3 100644 --- a/actionpack/lib/action_view/template/handlers/erb.rb +++ b/actionpack/lib/action_view/template/handlers/erb.rb @@ -1,3 +1,5 @@ +require 'erb' + module ActionView module TemplateHandlers class ERB < TemplateHandler |