# File lib/simple_form/helpers/disabled.rb, line 10 def disabled_class :disabled if has_disabled? end
# File lib/simple_form/helpers/disabled.rb, line 6 def has_disabled? options[:disabled] == true end