2016-01-13 09:34:33 +08:00
|
|
|
class SubfieldSubdomainDir < ActiveRecord::Base
|
|
|
|
# attr_accessible :title, :body
|
|
|
|
belongs_to :org_subfield
|
2016-01-27 15:29:15 +08:00
|
|
|
validates_exclusion_of :name, :in => %w(setting members org_document_comments)
|
2016-01-13 09:34:33 +08:00
|
|
|
end
|