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

The Archive Base Latest Questions

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

Here is a code similar to one I have. What I need to do

  • 0

Here is a code similar to one I have. What I need to do is to redirect from a nested method to other page and stop execution all actions it was called from. In this this case it’s method2. It should redirect to '/home/index' and I need to prevent redirecting to '/home/index123'

    class MyController::ApplicationController

    def index
     #some work
      method1
     #some work  that must be done if there is no redirect
     #some work   that must be done if there is no redirect
      redirect_to '/home/index123' 
    end

    private

    def method1
     #some work
     method2
     #some work that must be done if there is no redirect
     #some work  that must be done if there is no redirect
    end

    def method2
     #some work
     #I need to redirect to other page just from here!
     redirect_to '/home/index'
    end


end

Your ideas?

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

    Make your redirection a variable. Set this variable as the return value of your method.
    For instance:

     def method2
       #some work
       #I need to redirect to other page just from here!
       '/home/index'
     end
    
    
    
    def index
         #some work
          to_action = method1
          redirect_to to_action
        end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here my code, I need to insert into mysql database I have mysql,php,android 1)
I have a question similar to the one here: Event handlers inside a Javascript
I have a some code here and I with this code render external page
I have a some code here and I with this code render external page
Right now I have my code similar to this (actually one level deeper). If
Here is code from MSDN . I don't understand why the work isn't just
enter code here Want to remove items from a Main list , but give
One of my fellow developer has a code similar to the following snippet class
I have a problem very similar to the one mentioned in this question .
Okay, I am stumped on this one and need some quick help. I have

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.