Method: Scrivito::Link#query
- Defined in:
- app/cms/scrivito/link.rb
#query ⇒ Object
Returns the query string of the link as in “index.html?query_string”. See RFC3986 for details (www.ietf.org/rfc/rfc3986.txt).
81 82 83 |
# File 'app/cms/scrivito/link.rb', line 81 def query @link_data[:query] end |