• A
    push the parameter parsers on to the class · b93c226d
    Aaron Patterson 提交于
    The middleware stack is a singleton in the application (one instance is
    shared for the entire application) which means that there was only one
    opportunity to set the parameter parsers.  Since there is only one set
    of parameter parsers in an app, lets just configure them on the request
    class (since that is where they are used).
    b93c226d
request.rb 12.9 KB