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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:12:49+00:00 2026-05-26T23:12:49+00:00

I have one model but two different forms ,one form i am saving through

  • 0

I have one model but two different forms ,one form i am saving through create action and another one through student_create action.I want to validate a field in student_create action form and leave other one free.How do i do it?Any help will be appreciated

 class BookController < ApplicationController
     def create
      if @book.save
     redirect_to @book    #eliminated some of the code for simplicity
      end 
     end

     def student_create
     if @book.save            #eliminated some of the code for simplicity
      redirect_to @book
     end
     end

I have tried this but it didnt work

      class Book < ActiveRecord::Base
        validates_presence_of :town ,:if=>:student?

    def student?
    :action=="student_create"
    end
    end

Also this didnt work

      class Book < ActiveRecord::Base
        validates_presence_of :town ,:on=>:student_create
       end
  • 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-26T23:12:50+00:00Added an answer on May 26, 2026 at 11:12 pm

    I was able to acomplish it what i wanted to do by giving it an option :allow_nil=>true

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

Sidebar

Related Questions

I've recently discovered that MVC is supposed to have two different flavors, model one
I have two forms on one page: a results form and a search form.
I have two tables related: DataEntered and Model DataEntered -currentModel Model One DataEntered can
I want to have one model & view that is served by multiple controllers
I have two classes in a model . One is Sdr_Layer class . Other
General I have two kind of users, and one field (cluster) that I want
I have two forms, one to edit room details and the other to edit
I have two forms: one that takes user information (name, birthdate, etc): formA. And
I have one grails application.In that I have one model class named Book. From
I got a simple problem in SQLAlchemy. I have one model in a table,

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.