app/models/interpret/translation.rb in interpret-1.0.2 vs app/models/interpret/translation.rb in interpret-1.1.0
- old
+ new
@@ -6,9 +6,10 @@
validates_presence_of :locale
validate :key_format
after_update :set_stale
before_validation :downcase_key
+ attr_accessible :stale
scope :stale, where(:stale => true)
private