Class: Forme::Labeler::Legend

Inherits:
Object
  • Object
show all
Defined in:
lib/forme/transformers/labeler.rb

Instance Method Summary collapse

Instance Method Details

#call(tag, input) ⇒ Object



95
96
97
# File 'lib/forme/transformers/labeler.rb', line 95

def call(tag, input)
  [input.tag(:legend, input.opts[:label_attr], input.opts[:label]), tag]
end