app/models/dc_menu.rb in drg_cms-0.4.54 vs app/models/dc_menu.rb in drg_cms-0.4.57
- old
+ new
@@ -33,9 +33,10 @@
include Mongoid::Timestamps
field :name, type: String
field :description, type: String
field :div_name, type: String
+ field :link_prepend, type: String
field :css, type: String
field :active, type: Boolean, default: true
field :created_by, type: BSON::ObjectId
field :updated_by, type: BSON::ObjectId