Skip to content

Commit

Permalink
mark DRYML files as exempt from layout; partial solution for [#512]
Browse files Browse the repository at this point in the history
  • Loading branch information
al2o3cr committed Nov 22, 2009
1 parent 34db2d9 commit df8607c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hobo/lib/hobo/dryml.rb
Expand Up @@ -38,6 +38,7 @@ def initialize(message, path=nil, line_num=nil)

def enable
ActionView::Template.register_template_handler("dryml", Hobo::Dryml::TemplateHandler)
ActionView::Template.exempt_from_layout('dryml')
DrymlGenerator.enable
end

Expand Down

0 comments on commit df8607c

Please sign in to comment.