# File lib/simple_form/components/label_input.rb, line 4 def self.included(base) base.send :include, SimpleForm::Components::Labels end
# File lib/simple_form/components/label_input.rb, line 8 def label_input (options[:label] == false ? "" : label) + input end
[Validate]
Generated with the Darkfish Rdoc Generator 2.