Hi
Can you try like
./script/generate scaffold private/Batch
./script/generate scaffold private/City
Then
map.namespace :private do |private|
private.resources :batches
private.resources :cities
end
But you will have to reedit the helper methods in
various html.erb files before make this to work
Sijo
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---