Class UrlMount
In: lib/url_mount.rb
Parent: Object

Methods

Classes and Modules

Class UrlMount::Segment
Class UrlMount::Ungeneratable

Constants

DELIMETERS = ['/', '(', ')']   Inspiration for this is taken straight from Usher. github.com/joshbuddy/usher

External Aliases

options -> defaults
options= -> defaults=

Attributes

host  [RW] 
options  [RW] 
raw_path  [RW] 
scheme  [RW] 
url_mount  [RW] 

Public Class methods

Public Instance methods

to_s(env = {}, opts = {})

Alias for url

[Validate]