journalduhacker/app/models/tagging.rb
2012-08-24 10:57:10 -05:00

5 lines
77 B
Ruby

class Tagging < ActiveRecord::Base
belongs_to :tag
belongs_to :story
end