class TestCustomUrlHelpers::Page

Attributes

id[R]

Public Class Methods

name() click to toggle source
Calls superclass method
# File actionpack/test/dispatch/routing/custom_url_helpers_test.rb, line 66
def self.name
  super.demodulize
end
new(id) click to toggle source
# File actionpack/test/dispatch/routing/custom_url_helpers_test.rb, line 70
def initialize(id)
  @id = id
end