journalduhacker/app/models/tagging.rb
2012-06-16 20:15:46 -05:00

5 lines
76 B
Ruby

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