Method: FormAttribute#type_of

Defined in:
lib/form_attribute.rb

#type_of(name) ⇒ Object



30
31
32
# File 'lib/form_attribute.rb', line 30

def type_of(name)
  attr(name)[:type]
end