On Mon, Jun 20, 2011 at 1:05 PM, Tom Meinlschmidt <[email protected]>wrote:
> sure.. when you want to use namespace, having two options > > 1. "pseudo" namespace from routes > > in routes.rb > > map '/namespace/:controller/:action/:id' > > and then you'll have all the controllers in /app/controllers w/o any > namespace in class name > > 2. namespaced in source > > this one follows my previous example, eg > > /app/controllers/namespace/cars_controller.rb > > Thats what i am doing.Call you please tell me why error exists?? > amritpalpathakgne.wordpress.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.

