Module: Judge::Formtastic::Html

Defined in:
lib/judge/formtastic.rb

Instance Method Summary collapse

Instance Method Details

#input_html_optionsObject



5
6
7
8
# File 'lib/judge/formtastic.rb', line 5

def input_html_options
  attrs = options[:validate].present? ? Judge::HTML.attrs_for(object, method) : {}
  attrs.merge(super) 
end