Project

General

Profile

« Previous | Next » 

Revision 09ce8a63

Added by Ori Rabin almost 9 years ago

Fixes #4419 - rearranging smart class parameters edit form

View differences:

app/models/lookup_value.rb
audited :associated_with => :lookup_key, :allow_mass_assignment => true
belongs_to :lookup_key, :counter_cache => true
validates :match, :presence => true, :uniqueness => {:scope => :lookup_key_id}
validates :match, :presence => true, :uniqueness => {:scope => :lookup_key_id}, :format => LookupKey::VALUE_REGEX
validate :value_present?
delegate :key, :to => :lookup_key
before_validation :sanitize_match

Also available in: Unified diff