Module: ResourceAsRoot

Defined in:
lib/ventouse/resource_as_root.rb

Overview

Fix routing to enable this:

map.resources :organizations, :as => :root

to produce this:

    organizations GET /
 new_organization GET /new
edit_organization GET /:id/edit
     organization GET /:id

Defined Under Namespace

Modules: ResourcesHacks