Actually add compatibility with edge rails (I hope).

git-svn-id: svn://hamptoncatlin.com/haml/trunk@731 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2008-01-23 17:04:34 +00:00
parent 6069aec0b2
commit 7f1593aea0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
module Haml
class Template
include Compilable if defined?(ActionView::TemplateHandlers::Compilable)
include ActionView::TemplateHandlers::Compilable if defined?(ActionView::TemplateHandlers::Compilable)
def self.line_offset
1