Scope、Mapping、Constraints
Scope
module ActionDispatch
module Routing
class Mapper
def initialize(set)
@set = set
@scope = Scope.new({ :path_names => @set.resources_path_names })
@concerns = {}
@nesting = []
end
end
end
endMapping
Constraints
最后更新于