Sha256: c47db33ed0cdf82ad49e5ef72e1c12d6c3c1eaade36790db2e7082f1bffa2c96

Contents?: true

Size: 187 Bytes

Versions: 3

Compression:

Stored size: 187 Bytes

Contents

class Abbreviation < ActiveRecord::Base
  acts_as_edition :resources => [:alphabet],
                  :conditions => { :cloneme? => true }
  belongs_to :guide
  belongs_to :alphabet
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
acts_as_edition-1.0.2 test/fixtures/abbreviation.rb
acts_as_edition-1.0.1 test/fixtures/abbreviation.rb
acts_as_edition-1.0.0 test/fixtures/abbreviation.rb