Method: FormAttribute#default_for

Defined in:
lib/form_attribute.rb

#default_for(name) ⇒ Object



34
35
36
# File 'lib/form_attribute.rb', line 34

def default_for(name)
  attr(name)[:default]
end