Project

General

Profile

« Previous | Next » 

Revision eec062e6

Added by Ohad Levy almost 12 years ago

  • ID eec062e660dcdf7126e3ce1ecc9f4a5f6e1a8cb3

wip audits upgrade

View differences:

app/models/common_parameter.rb
class CommonParameter < Parameter
acts_as_audited :except => [:priority]
audited :except => [:priority]
validates_uniqueness_of :name
scoped_search :on => :name, :complete_value => :true

Also available in: Unified diff