journalduhacker/app/models/tagging.rb

5 lines
76 B
Ruby
Raw Normal View History

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