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

  • Home
  • SEARCH
  • 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 7434937
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:58:29+00:00 2026-05-29T09:58:29+00:00

I have an Agent model which gets its attributes from the underlying database table.

  • 0

I have an Agent model which gets its attributes from the underlying database table. However for one particular controller action I would like to add some ‘temporary’ attributes to the Agent records before passing them on to the view.

Is this possible?

  • 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-29T09:58:29+00:00Added an answer on May 29, 2026 at 9:58 am

    Yes, you can extend your models on the fly. For example:

    # GET /agents
    # GET /agents.xml
    def index
      @agents = Agent.all
    
      # Here we modify the particular models in the @agents array.
    
      @agents.each do |agent|
        agent.class_eval do
          attr_accessor :foo
          attr_accessor :bar
        end
      end
    
      # And then we can then use "foo" and "bar" as extra attributes
    
      @agents.each do |agent|
        agent.foo = 4
        agent.bar = Time.now
      end
    
      respond_to do |format|
        format.html # index.html.erb
        format.xml  { render :xml => @agents}
      end
    end
    

    In the view code, you can refer to foo and bar as you would with other attributes.

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

Sidebar

Related Questions

I have a method in my model which should detect the User Agent. How
I have an application that is JMX enabled. It has its own JMX Agent
I have a User model in my app, which I would like to store
I have a data Store that gets it's information from a JSON api on
I have this model: class Auth(models.Model): TYPES = ( ('agent', 'Agent'), ('broker', 'Broker'), )
I have a Games model which hasMany Avatars and Agents. When i remove the
I have created web application and one agent (EXE) with it fetch performance counter
I have a class Agent with a property Id Given a collection of Agents
I have a Build Agent that was only dealing in .Net 4.0 RC stuff,
Basically I am attempting to have an AI agent navigate a world based on

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.