Fork me on GitHub

rails

    Restrict auto-generated routes.

    19 Aug 2011

    Andy Wang

    By default, Rails generates seven RESTful routes(new,edit,create,destroy,index,show, update) for a resource, sometime the resource only needs one or two routes, so just user :only or :except while defining routes to speedup the routing. Read More

    Tags