Sha256: 3e1a1d46fa3768c137b2e8f3e266b7eb97f94b130f6d5a915ed1c6d93ca9ab11

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

class QuestionCategory < ActiveRecord::Base
  acts_as_list 

  has_many :questions
  validates_uniqueness_of :name
  validates_presence_of :name

  accepts_nested_attributes_for :questions, :allow_destroy => true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_faq-3.0.3 app/models/question_category.rb