Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7082693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:05:10+00:00 2026-05-28T07:05:10+00:00

My routes: resources :events, :path_names => { :new => organize } do resources :forums

  • 0

My routes:

resources :events, :path_names => { :new => "organize" } do
    resources :forums
end

With these routes, I’ll get urls like /events/:event_id/forums/organize. I don’t want the path_names to propagate to my nested routes… Do I have to redefine path_names for them? Or use scope?

resources :events, :path_names => { :new => "organize" } do
    scope :path_names => { :new => "new" } do
        resources :forums
        # other nested resources...
    end
end

Or (my favorite, until you find a better solution ;))

resources :events, :path_names => { :new => "organize" }
resources :events, :only => [] do
    #nested resources...
end

Is there a more elegant way to do this? if you don’t think so, you can also tell me which one is the best in your opinion.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T07:05:10+00:00Added an answer on May 28, 2026 at 7:05 am

    I went for the last option:

    resources :events, :path_names => { :new => "organize" }
    resources :events, :only => [] do
        #nested resources...
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have these routes: map.resources :categories do |category| category.resources :sub_categories end map.resources :sub_categories do
With the following routes: resources :locations do resources :newsitems resource :weather get 'weather' end
I have this in my routes: resources :cvits which produces these routes: cvits GET
What I'd like to be able to do is: in config/routes.rb resources :posts in
Doing the following routes configuration: resources :cadeiras do resources :professores end resources :cadeiras do
I have this line in routes: map.resources :questions, :new => {:vote_for => :put, :vote_against
I am having trouble with paths in ruby on rails My Routes: map.resources :companies
background: trying to use the twitter gem for ruby-on-rails. in routes: map.resources :twitter_sessions map.finalize_twitter_sessions
In this piece of code: ActionController::Routing::Routes.draw do |map| map.resources :line_items map.resources :orders map.resources :products
In my routes.rb I have this: map.namespace :admin do |admin| admin.resources :galleries do |galleries|

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.