osp_id validate
This commit is contained in:
parent
6ba53f534a
commit
dbef2f958a
|
@ -17,6 +17,7 @@ class RelativeMemo < ActiveRecord::Base
|
||||||
# validates_length_of :subject, maximum: 50
|
# validates_length_of :subject, maximum: 50
|
||||||
#validates_length_of :content, maximum: 3072
|
#validates_length_of :content, maximum: 3072
|
||||||
validate :cannot_reply_to_locked_topic, :on => :create
|
validate :cannot_reply_to_locked_topic, :on => :create
|
||||||
|
validates_uniqueness_of :osp_id, :scope => [:subject, :context]
|
||||||
|
|
||||||
acts_as_tree :counter_cache => :replies_count, :order => "#{RelativeMemo.table_name}.created_at ASC"
|
acts_as_tree :counter_cache => :replies_count, :order => "#{RelativeMemo.table_name}.created_at ASC"
|
||||||
acts_as_attachable
|
acts_as_attachable
|
||||||
|
|
Loading…
Reference in New Issue