Module: Judge::Formtastic::Html

Includes:
Html
Defined in:
lib/judge/formtastic.rb

Instance Method Summary collapse

Instance Method Details

#input_html_optionsObject



10
11
12
13
# File 'lib/judge/formtastic.rb', line 10

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