mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
4 lines
No EOL
110 B
Ruby
4 lines
No EOL
110 B
Ruby
require 'haml/engine'
|
|
require 'haml/helpers'
|
|
|
|
ActionView::Base.register_template_handler('haml', Haml::Engine) |