projects
/
depot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d7e7c9b199e81fc02b95ca379e8f1fb68071ba0c
[depot.git]
/
template_handler.rb
1
# Legacy TemplateHandler stub
2
3
module
ActionView
4
module
TemplateHandlers
5
module
Compilable
6
end
7
end
8
9
class
TemplateHandler
10
def self
.
call
(
template
)
11
new
.
compile
(
template
)
12
end
13
end
14
end