2008-10-27 01:47:01 -05:00
|
|
|
# Legacy TemplateHandler stub
|
2008-05-17 23:22:34 -05:00
|
|
|
|
2008-10-27 01:47:01 -05:00
|
|
|
module ActionView
|
|
|
|
module TemplateHandlers
|
|
|
|
module Compilable
|
2008-05-17 23:22:34 -05:00
|
|
|
end
|
2008-10-27 01:47:01 -05:00
|
|
|
end
|
2008-05-17 23:22:34 -05:00
|
|
|
|
2008-10-27 01:47:01 -05:00
|
|
|
class TemplateHandler
|
|
|
|
def self.call(template)
|
|
|
|
new.compile(template)
|
2008-05-17 23:22:34 -05:00
|
|
|
end
|
2007-12-21 01:48:59 -06:00
|
|
|
end
|
|
|
|
end
|