Sha256: 935ff5e9019b87716f51267f0d74d620f7faf425a952754f4cc747590b766c31

Contents?: true

Size: 163 Bytes

Versions: 6

Compression:

Stored size: 163 Bytes

Contents

class Filing < ActiveRecord::Base
  transcribable :buyer, :amount, :notes
  skip_verification :notes
  has_many :transcriptions
  set_verification_threshhold 4
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
transcribable-0.0.6 test/dummy/app/models/filing.rb
transcribable-0.0.5 test/dummy/app/models/filing.rb
transcribable-0.0.4 test/dummy/app/models/filing.rb
transcribable-0.0.3 test/dummy/app/models/filing.rb
transcribable-0.0.2 test/dummy/app/models/filing.rb
transcribable-0.0.1 test/dummy/app/models/filing.rb