method

create_element

create_element(tag_name, attributes = {})
public

No documentation available.

# File actiontext/lib/action_text/html_conversion.rb, line 15
    def create_element(tag_name, attributes = {})
      document.create_element(tag_name, attributes)
    end