27

Railsでフィールドを必須にする最も簡単な方法は何ですか?

お問い合わせ.rb:

class Inquiry < ActiveRecord::Base
  attr_accessible :address, :email_id, :gender, :message, :mobile_number, :name
end
4

2 に答える 2