app/models/preference.rb in erp_app-3.0.16 vs app/models/preference.rb in erp_app-3.1.0
- old
+ new
@@ -1,2 +1,4 @@
class Preference < ActiveRecord::Base
+ attr_protected :created_at, :updated_at
+
belongs_to :preference_type
belongs_to :preference_option