ingoweiss / resource_awareness

Makes information about a Rails application's resources (as defined via the 'resource(s)' routing DSL methods) available via Rails.application.resources
http://github.com/ingoweiss/resource_awareness
15 stars 1 forks source link

Error if collection route not present #2

Open ingoweiss opened 14 years ago

ingoweiss commented 14 years ago

ra causes an exception if you explicitly prevent the creation of a collection route for a plural resource (via :only => [:show] for example)