Sha256: c94b06c07721a5f48c6133de22f2fc5ab7b01daded15c307eabedc62281375b4

Contents?: true

Size: 95 Bytes

Versions: 27

Compression:

Stored size: 95 Bytes

Contents

class Note < ActiveRecord::Base

  belongs_to :client

  validates_presence_of :client_id

end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
consul-0.2.3 spec/app_root/app/models/note.rb
consul-0.2.2 spec/app_root/app/models/note.rb
consul-0.2.1 spec/app_root/app/models/note.rb
consul-0.2.0 spec/app_root/app/models/note.rb
consul-0.1.2 spec/app_root/app/models/note.rb
consul-0.1.1 spec/app_root/app/models/note.rb
consul-0.1.0 spec/app_root/app/models/note.rb