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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T06:38:52+00:00 2026-06-03T06:38:52+00:00

Is there a way in rails/ruby to simplify my routing code to be elegant

  • 0

Is there a way in rails/ruby to simplify my routing code to be elegant like:

redirect_to user.role + _url

This way if the user is an admin they will be routed to the admin page so on so forth for other user types…

  • 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-06-03T06:38:54+00:00Added an answer on June 3, 2026 at 6:38 am

    Sure!

    redirect_to send("#{user.role}_url")
    

    in ruby, the send will execute the method on the receiver, and that’s exactly what you want. Usually, that would look like:

    @receiver_object.send(:admin_url)
    

    But the url-helpers work in the global namespace, so you can send to global and have it work.

    Easy way to test: Add this to a controller and watch it redirect you home:

    redirect_to send("root_path")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way in the Ruby On Rails Routing framework to make a
With Ruby on Rails, is there a way for me to dump my production
I was wondering if there's a way in Rails to calculate time stamp like
I am a Ruby Rails newbie. Is there a way to know the popularity
Is there any way to post a Facebook application invite from Ruby on Rails,
What is the simplest way to send mail using Ruby on Rails? Is there
Is there a way to run Legacy Ruby on Rails version 1.2.5 app on
Is there a way to have my Ruby on Rails project reference the Gems
(using Ruby on Rails and ActiveRecord) In short: Is there some way how a
I'm working with Ruby on Rails, Is there a way to strip html from

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.