Close a number of holes in the API by making it validate changes
more carefully.
This commit is contained in:
parent
7f2756fe20
commit
c11d961f62
9 changed files with 250 additions and 194 deletions
|
@ -1,6 +1,10 @@
|
|||
class OldSegment < ActiveRecord::Base
|
||||
set_table_name 'segments'
|
||||
|
||||
validates_presence_of :user_id, :timestamp
|
||||
validates_inclusion_of :visible, :in => [ true, false ]
|
||||
validates_numericality_of :node_a, :node_b
|
||||
|
||||
belongs_to :user
|
||||
|
||||
def self.from_segment(segment)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue