Patches: Browse | Submit New | Admin

[#17534] Fixed problem when using with_options/namespace in conjunction with facebook_resources

Date:
2008-01-27 14:04
Priority:
3
Submitted By:
James Brooks (jamesbrooks)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Fixed problem when using with_options/namespace in conjunction with facebook_resources

Detailed description
Fixes a problem encountered with trying to use facebook_resources within a namespace or with_options block in the application
routes. The following example would break previously:

map.namespace :admin do |admin|
  admin.facebook_resources :users
end

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
routing_fixed_namespaces_with_facebook_resources.diff Patch to fix problems with facebook_resources Download

Changes:

Field Old Value Date By
File Added3261: routing_fixed_namespaces_with_facebook_resources.diff2008-01-27 14:04jamesbrooks