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 3794268
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T12:54:12+00:00 2026-05-19T12:54:12+00:00

in routing resources :departments do resources :buildings do resources :halls do end resources :chairs

  • 0

in routing

     resources :departments do
       resources :buildings do
         resources :halls do
       end
       resources :chairs do
         resources :buildings do
           resources :halls do
         end
       end
     end

I want to share the same views of buildings and halls between chairs and departments. And I am thinking to create url’s in views this way:

link_to "Show", [@department, @chair, @building, @hall].compact

If @chair doesn’t exist, it’s gonna be nil, so upper link will generate:

link_to "Show", [@department, @building, @hall]

If @chair exist:

link_to "Show", [@department, @chair, @building, @hall]

My question is: How to create this way url’s to edit, or new action? Or maybe there exist better solution for this problem with this kind of nested resources?

  • 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-19T12:54:13+00:00Added an answer on May 19, 2026 at 12:54 pm

    You can stick a symbol in the array as well. So something like this:

    link_to "Edit", [:edit, @department, @chair, @building, @hall]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

in routing.yml I can ressource other routing configs with: AcmeTestBundle: resource: @AcmeTestBundle/Resources/config/routing.xml prefix: /
In this piece of code: ActionController::Routing::Routes.draw do |map| map.resources :line_items map.resources :orders map.resources :products
I have read through the Rails docs for Routing , Restful Resources , and
My url routing is working properly inside Areas folder, that means i can go
I've implemented url routing under asp.net 3.5 with the following code: public IHttpHandler GetHttpHandler(RequestContext
How to implement URL Routing in PHP.
I've implemented url routing with the following rule: string virtualPath = ~/ + requestContext.RouteData.Values[page].ToString();
I want to have username URLs and Base 58 short URLs to resources both
I'm trying to create a nested resource with a url scheme along the lines
I'm having trouble understanding routing. Plus I'm trying to understand the resources (and resource)

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.