Sha256: 2c64f8cf9f10534118042d3bd3d02bea04b754d8c63131e037059ccf44b7b674

Contents?: true

Size: 113 Bytes

Versions: 1

Compression:

Stored size: 113 Bytes

Contents

class Monologue::Tagging < ActiveRecord::Base
  belongs_to :post
  belongs_to :tag

  attr_accessible :tag_id
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
monologue-0.3.0 app/models/monologue/tagging.rb