Sha256: fbf39460a125808e797f3952d7eb064be1d97e09c7b13f7502016bb5666192be

Contents?: true

Size: 183 Bytes

Versions: 2

Compression:

Stored size: 183 Bytes

Contents

class Mistake < MLS::Model
  self.inheritance_column = false
  
  TYPES = %w(missing spelling incorrect other)
  
  belongs_to :task
  belongs_to :change
  belongs_to :account
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mls-1.5.0 lib/mls/mistake.rb
mls-1.4.3 lib/mls/mistake.rb