Module: Judge::Formtastic::Html
- Includes:
- Html
- Defined in:
- lib/judge/formtastic.rb
Instance Method Summary collapse
Instance Method Details
#input_html_options ⇒ Object
10 11 12 13 |
# File 'lib/judge/formtastic.rb', line 10 def attrs = [:validate].present? ? attrs_for(object, method) : {} attrs.merge(super) end |