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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T10:54:32+00:00 2026-06-08T10:54:32+00:00

I have a product model with 4 attributes called price, price_per_unit, unit and unit_amount.

  • 0

I have a product model with 4 attributes called price, price_per_unit, unit and unit_amount. I want to allow either the price attribute to be filled or the other 3 fields but not all 4 of them. Here’s a better view:

class Product < ActiveRecord::Base
  attr_accessible :price, :price_per_unit, :unit, :unit_amount
end


<%= form_for(@product) do |f| %> 
 # Either give a regular price or....
 <%= f.text_field :price %>

 # a price per unit the requires all 3 of these fields.
 <%= f.text_field :price_per_unit %>
 <%= f.text_field :unit %>
 <%= f.text_field :unit_amount %>

 <%= f.submit %>
<% end %>

So in the database (or the website) if I look at a product its either by a per unit basis or has a regular price but cannot have both.

How would I go about doing 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-08T10:54:34+00:00Added an answer on June 8, 2026 at 10:54 am

    I would say that mostly depends on how you want the user interface to behave
    In any case, you should have two parts:

    • a validation in the model ensuring the described restriction
    • a user interface that allows the user to just input either option, eg. using javascript to select.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have notes attribute in Product model with text something, something else. In views
I have 3 models. These are the User , Product and Price model. I
I have a product table called products It has 3 fields (name,model(PK), and class_name).
I want to model e-commerce product attributes that can be changed in run-time. So
I have a Product model which validates multiple attributes (including a Paperclip image attachment)
I have Product model and it has many categories with a has_many :through association
I am using Rails 3. I have a Product model and a Group model
I'm using Doctrine ODM with MongoDB. I have a product model like this: namespace
I have a model Product with a 1:n relationship with model Product_Tag. I also
Let's say that I have a Company model and a Product model, both of

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.