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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T14:26:40+00:00 2026-06-06T14:26:40+00:00

Sort of noob-rails question ;): I’ve got 2 actions in my controller – index

  • 0

Sort of noob-rails question ;):

I’ve got 2 actions in my controller – index and own.
In index, i’m listing all posts and own generates only logged users’ posts. Controllers are pretty similar, but view is identical and I assume can be shared between this two controllers.

In the own controler I put something like this:

respond_to do |format|
  format.html { render :action => "index" }
  format.json { render json: @ads }
end

And added to routes:

match "/ads/own" => 'ads#own', :via => :get

Is there any better solution to do this?

  • 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-06T14:26:44+00:00Added an answer on June 6, 2026 at 2:26 pm

    You can do this:

    def index
      ....
    end
    
    def own
      ....
      render :index    
    end
    

    Everything (all variables) will directly pass to the index view in own. If you want the :json component, then add:

    class SomeController < ApplicationController
      respond_to :html, :json
    

    and put ‘respond_with @posts’ as the last item in each action.

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

Sidebar

Related Questions

I'm new to rails and making some sort of noob mistake: I frequently need
Sort of a noob question, but I'm writing a board game where the state
This is sort of a noob question... I've seen how to create an activity
I'm a total Ruby/Rails/AR noob. I have a very basic sort of database schema
probably a bit of a noob question...I got partway to solving it on my
Hey! Total CakePHP noob here. Updated at bottom / This is sort of a
Sort of a methods/best practices question here that I am sure has been addressed,
A (sort of - it's not directly to do with C#) related question in
I appreciate this is an incredibly noob question, but having Googled multiple combinations of
Tricky question for a bash noob like me, but i'm sure this this easier

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.