journalduhacker/app/models/tagging.rb

5 lines
77 B
Ruby
Raw Normal View History

class Tagging < ActiveRecord::Base
2012-07-01 00:43:45 +02:00
belongs_to :tag
belongs_to :story
end