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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T21:05:18+00:00 2026-06-05T21:05:18+00:00

I want to turn Model.attribute into Attribute.models. e.g. I currently have Model.first.attribute => string

  • 0

I want to turn Model.attribute into Attribute.models.

e.g. I currently have Model.first.attribute => "string" and I’d like to add belongs_to :attributes into the Model.rb, and then after creating Attribute.rb, add has_many :models

I’ve added a column into the Model table for :attribute_id, and I am trying to do something like

Model.each do |m|
  a = Attribute.find_or_create_by_name(m.attribute)
  m.update_attribute("attribute_id", a.id)
end

Is this the right way to accomplish 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-05T21:05:21+00:00Added an answer on June 5, 2026 at 9:05 pm

    If Model has_many :attributes (and Attribute belongs_to :model), then there should be a model_id in the Attribute model.

    Then you could do

    Model.all.each do |m|
      m.attributes.create!(:name => m.attribute) unless m.attributes.find_by_name(m.attribute)
    end
    

    UPDATE

    What you did seems to be OK for me then. The only problem is you’d have a column attribute and another on named attribute_id with a belongs_to in Model . I don’t know how ActiveRecord would react when you’d type Model.first.attribute.

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

Sidebar

Related Questions

I have a set of points that i want to turn into a closed
I have a list of objects which I want to turn into a set.
I have a script that creates a random string and I want to turn
I have a String that contains an HTTP header. I want to turn this
I currently have a model set up like so: I have a Test class
I want to turn something like this CS 240, CS 246, ECE 222, ...
I created a console application, but I want to turn it into a windows
I'm having trouble inserting rows into an SQL database. I want to turn an
I want to take input from a textfield and turn it into an array
I have the following model associations: Response->Survey Response->Question Response->Choice Survey->Question Question->Choice I want to

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.