Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/features/features_helper.rb

Instance Method Summary collapse

Instance Method Details

#feature_check_box(method, options = {}, checked_value = "1", unchecked_value = "0") ⇒ Object



13
14
15
# File 'lib/features/features_helper.rb', line 13

def feature_check_box(method, options = {}, checked_value = "1", unchecked_value = "0")
  @template.feature_check_box(@object_name, method, objectify_options(options), checked_value, unchecked_value)
end