#namespace
2 posts tagged namespace. Clear filter
-
Nesting Resources in Rails Routes.Rb with Namespaces
When I have a controller that takes more than one has\many argument, I think about creating a namespace. This way I may still use my forums, pages controllers w/out needing any conditional logic,...
-
Namespacing in Rails
With namespace routes in Rails you can easily create a prefix for select resources. For instance, if you have an admin area or an account dashboard you can give logged in users access to methods...