summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormakoto kuwata <kwa@kuwata-lab.com>2009-02-18 13:06:15 +0000
committermakoto kuwata <kwa@kuwata-lab.com>2009-02-18 13:06:15 +0000
commitf46bde659d786c0e74e7506ed6d710281d64e51e (patch)
treee7ebb49f44b522ebcf94a7e728cbcb3318a9ad9a /lib
parentf8ded7ae98acda83aa5a2b4e2bc7406d613c6e6c (diff)
downloaderubis-f46bde659d786c0e74e7506ed6d710281d64e51e.tar.gz
- [enhance] confirmed that erubis works fine on Rails 2.3
Diffstat (limited to 'lib')
-rw-r--r--lib/erubis/helpers/rails_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erubis/helpers/rails_helper.rb b/lib/erubis/helpers/rails_helper.rb
index 11a2595..81b8214 100644
--- a/lib/erubis/helpers/rails_helper.rb
+++ b/lib/erubis/helpers/rails_helper.rb
@@ -142,7 +142,7 @@ rails22 = false
if ActionPack::VERSION::MAJOR >= 2 ### Rails 2.X
- if ActionPack::VERSION::MINOR >=2 ### Rails 2.2 or higher
+ if ActionPack::VERSION::MINOR >=2 ### Rails 2.2, 2.3 or higher
rails22 = true
module ActionView