added the inheritable attribute to editable elements

This commit is contained in:
Dirk Kelly 2011-03-02 08:13:03 +08:00
parent ed88eb82b0
commit 778a55245c

View File

@ -8,6 +8,7 @@ class EditableElement
field :default_content
field :hint
field :disabled, :type => Boolean, :default => false
field :inheritable, :type => Boolean, :default => true
field :from_parent, :type => Boolean, :default => false
## associations ##