Module: RailsComponents::HtmlHelpers

Defined in:
lib/rails_components/html_helpers.rb

Instance Method Summary collapse

Instance Method Details

#html(html_attributes_to_merge = {}) ⇒ Object



4
5
6
# File 'lib/rails_components/html_helpers.rb', line 4

def html(html_attributes_to_merge = {})
  merge(html_attributes_to_merge) { |key, v1, v2| [v1, v2].flatten(1) }
end