Doument

Ruby code posted
created at 28 Jul 18:46

Edit | Back
1
2
3
class Document < ActiveRecord::Base
  validates_presence_of [:body, :creator_id]
end
86 Bytes in 2 ms with coderay