Files

SimpleForm::Components::LabelInput

Public Class Methods

included(base) click to toggle source
# File lib/simple_form/components/label_input.rb, line 4
def self.included(base)
  base.send :include, SimpleForm::Components::Labels
end

Public Instance Methods

label_input() click to toggle source
# 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.