added favorite unit tests
This commit is contained in:
6
app/models/pool_version.rb
Normal file
6
app/models/pool_version.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class PoolVersion < ActiveRecord::Base
|
||||
class Error < Exception ; end
|
||||
|
||||
validates_presence_of :updater_id, :updater_ip_addr
|
||||
belongs_to :pool
|
||||
end
|
||||
Reference in New Issue
Block a user