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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T21:34:12+00:00 2026-06-11T21:34:12+00:00

inside my routes.rb I have resources: x but I also have another controller y,

  • 0

inside my routes.rb I have resources: x
but I also have another controller y, and in one of the pages I want to link to a ‘new’ action in controller x.

usually If I have a match statement defined in routers like

match 'signin', to: 'session#new'

I can go

<%= link_to "text", signin_path %> 

but what do I do when I use resources as with controller x and need to link to the new action, without having to write match statements out in routes.rb

Thanks

  • 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-11T21:34:13+00:00Added an answer on June 11, 2026 at 9:34 pm
    <%= link_to 'New', new_controller_name_path %>
    

    And you can view all your routes by type rake routes in your app directory.

    And if you want change default path you can write in config/routes.rb smth like this:

    match 'controller_name/new', :to => 'controller_name#new', :as => 'only_my_new', :via => :get
    

    And then create link:

     <%= link_to 'New', only_my_new_path %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an action inside my controller class and I want two different routes
Zend Project with multiple modules and every modules have its own routes.ini defined inside
Inside my Controller i have function that runs after user clicks on item, which
I have a Visitors controller. Inside I have Index and SignIn actions. Here are
I'm trying to simplify routes. What I have now still requires a reference inside
In my routes file I have: match 'graphs/(:id(/:action))' => 'graphs#(:action)' and I would like
I have placed all my admin controllers inside an Admin folder in Controller folder.
I have a controller call DefaultController. Inside this controller i have views for what
I have this in my routes.rb resources :users, :path => /, :only => [:show]
Inside my .aspx I have some JSON code that looks like this: function someFunctionName()

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.