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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:04:31+00:00 2026-05-31T00:04:31+00:00

As I have written in the title I get the following error when I

  • 0

As I have written in the title I get the following error when I try to click on my games page.

This is what I have in my games_controller:

   def email

    respond_to do |format|
       user = @game.user
       email = user.email
       g = GameTrade.game_interest(user)
       g.deliver
       format.html { redirect_to root_url }
       format.json { render json: @game }
    end
   end

and this is what I have in the show.html.erb

 <%= button_to "Send Email", :action => 'email'%>

in my routes page I do have the line resources :games

  • 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-31T00:04:33+00:00Added an answer on May 31, 2026 at 12:04 am

    “email” is not a standard route for a resource, so you’ll need to add a route for it. Ideally this would be a POST request, since following that link (button) causes changes to occur. Finally, you should really stick to using the url helpers rather than specifying actions as they make your code a little brittle.

    Try something like this in your routes.rb:

    resources :games do
      post 'email', :on => :member
    end
    

    Then in your view, generate your button like so:

    <%= button_to "Send Email", email_game_path(@game) %>
    

    You’ll then need to find the game in your email action in the usual way before you can do anything with it:

    @game = Game.find(params[:id])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have written the following trial code to retreive the title of legislative acts
I have written following app.js class to get 3 tabs in my app using
I have written a code which does the thing as the title says. The
I have a FragmentActivity where I have written code to create custom title bar
Sorry for dodgy title, couldn't think of anything better... Anyway, I have written a
As I had written in title, I have SQL query, run on Oracle DB,
I have written a small program in C to get IP from remote user
I am trying to learn AJAX with JSP and I have written the following
I have the following code written to make my lazy second CPU core working.
I have written a pretty simple code to get the first result for any

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.