Sha256: 48b8120fdbc1973bd5a163edb670c6fe81fcff2e68177901fdd7a3b855c00696

Contents?: true

Size: 175 Bytes

Versions: 2

Compression:

Stored size: 175 Bytes

Contents

class TaggableModel < ActiveRecord::Base
  acts_as_taggable
end

class OtherModel < ActiveRecord::Base
  acts_as_taggable
end

class UntaggableModel <  ActiveRecord::Base
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts_as_taggable_simple-0.0.4 spec/models.rb
acts_as_taggable_simple-0.0.3 spec/models.rb