class Foundation::Rails::Helpers::Label

Private Instance Methods

default_attributes() click to toggle source
# File lib/foundation/rails/helpers/label.rb, line 12
def default_attributes
  { class: ['label'] }
end
tag_type() click to toggle source
# File lib/foundation/rails/helpers/label.rb, line 8
def tag_type
  :span
end