app/models/digital_asset.rb in daengine-0.3.2 vs app/models/digital_asset.rb in daengine-0.3.3
- old
+ new
@@ -27,10 +27,10 @@
field :summary, type: String
field :content_organization_ids, type: Array, default: []
field :program_ids, type: Array, default: []
field :omniture_codes, type: Array, default: []
- field :orderable, :type => Boolean
+ field :orderable, :type => Boolean, default: false
key :guid
# field :documents, type: Hash
embeds_many :documents, :class_name => 'DigitalAsset::Document'