Project

General

Profile

Download (166 Bytes) Statistics
| Branch: | Tag: | Revision:
class LookupValue < ActiveRecord::Base
belongs_to :lookup_key
# validates_uniqueness_of :priority, :scope => :value
validates_presence_of :priority, :value

end
(19-19/36)