mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 00:08:50 +01:00
freeze rails 2.2
This commit is contained in:
parent
fe5f962dcf
commit
59d5d4c8b6
1468 changed files with 213171 additions and 0 deletions
14
vendor/rails/actionpack/lib/action_view/template_handler.rb
vendored
Normal file
14
vendor/rails/actionpack/lib/action_view/template_handler.rb
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Legacy TemplateHandler stub
|
||||
|
||||
module ActionView
|
||||
module TemplateHandlers
|
||||
module Compilable
|
||||
end
|
||||
end
|
||||
|
||||
class TemplateHandler
|
||||
def self.call(template)
|
||||
new.compile(template)
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue