Rails namescoped model object without module prefix route path
问题 i have problem little bit with Rails router and form generator. My application have namespaced modules for models and controllers. Module is used to easier abstraction to another projects. I using in routes.rb scope method instead namespace, because i wan't have "ugly" path helpers. It looks like: scope module: :taxonomy do resources :taxonomies do resources :terms end end Problem is that when i want to edit taxonomy (url: taxonomies/1/edit ) i get an error: undefined method `taxonomy