Class: LinkedRails::URL
- Inherits:
-
Object
- Object
- LinkedRails::URL
- Defined in:
- lib/linked_rails/url.rb
Class Method Summary collapse
Class Method Details
.as_href(url) ⇒ Object
4 5 6 7 8 |
# File 'lib/linked_rails/url.rb', line 4 def as_href(url) uri = URI(url) uri.path = uri.path.presence || '/' uri.to_s end |