Parent

Included Modules

ActionView::Helpers::InstanceTag

Public Instance Methods

content_tag(*args, &block) click to toggle source
     # File lib/haml/helpers/action_view_mods.rb, line 144
144:       def content_tag(*args, &block)
145:         html_tag = content_tag_with_haml(*args, &block)
146:         return html_tag unless respond_to?(:error_wrapping)
147:         return error_wrapping(html_tag) if method(:error_wrapping).arity == 1
148:         return html_tag unless object.respond_to?(:errors) && object.errors.respond_to?(:on)
149:         return error_wrapping(html_tag, object.errors.on(@method_name))
150:       end
haml_buffer() click to toggle source
     # File lib/haml/helpers/action_view_mods.rb, line 136
136:       def haml_buffer
137:         @template_object.send :haml_buffer
138:       end
is_haml?() click to toggle source
     # File lib/haml/helpers/action_view_mods.rb, line 140
140:       def is_haml?
141:         @template_object.send :is_haml?
142:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.