instance method
encode_href
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
encode_href(href)
No documentation comment.
Parameters
-
hrefreq
Source
# File actiontext/lib/action_text/markdown_conversion.rb, line 406
def encode_href(href)
URI::RFC2396_PARSER.escape(href, ENCODE_HREF_CHARS)
end
Defined in actiontext/lib/action_text/markdown_conversion.rb line 406
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::MarkdownConversion