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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:44:08+00:00 2026-06-10T00:44:08+00:00

I have an app that I am working on that directs users to a

  • 0

I have an app that I am working on that directs users to a “bundle” page when purchasing one product so that they have the opportunity to add another product to “bundle” their purchase for a discount.

Here is my routes:

resources :orders, :path_names => { :new => 'checkout' }
match "/orders/bundle" => "orders#bundle", :as => 'bundle_order'
match "/orders/add_product" => "orders#add_product", :as => 'add_product'

Here is my Controller#Action

def bundle
op_client = Client.find_by_name(opposite_client(current_client))
@product = Product.find_by_client_id_and_type_and_status(op_client.id, "subscription", "Active")

respond_with @product
end

For some reason when I redirect_to this method, I receive this error:

Unknown action
The action 'show' could not be found for OrdersController

I don’t have a show method in my OrdersController cause I don’t need it. Why would I be seeing this issue?

  • 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-10T00:44:09+00:00Added an answer on June 10, 2026 at 12:44 am

    This error could be caused by two diferent things.

    first:

    are you using something like: <%= link_to @order_object %> ?? if you are, this is the problem.

    second:

    on routes.rb change this line:

    resources :orders, :path_names => { :new => 'checkout' }
    

    to

    resources :orders, :path_names => { :new => 'checkout' }, :except => [:show]
    

    this should work. if not, please give more details about the code you are using to do the redirect_to

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Android app that I had working a few months ago which
I have a fantasy football league rails app that was working last year and
I have a jqueryMobile app that uses google maps api and is working properly
We've put together an app that is mostly working in phonegap. We have an
This part of an app that I am working on, I have the following
I'm working on an app that will hopefully have the ability to block incoming
I have been working with a Windows Mobile 6 app that is built with
We have an ASP.NET 2.0 WebForms app that uses MS Ajax 1.0. It's working
I'm working on an app (Written in C#) that have a setting to run
I'm working with a WinForms app. I have an RDLC report that will be

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.