module Confinement::RouteableBlob

Attributes

output_path[RW]
url_path[R]

Public Instance Methods

url_path=(new_url_path) click to toggle source
# File lib/confinement.rb, line 411
def url_path=(new_url_path)
  @url_path = new_url_path.normalize_for_route
end