journalduhacker/app/models/tagging.rb

7 lines
100 B
Ruby

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