journalduhacker/app/models/tagging.rb

7 lines
100 B
Ruby
Raw Normal View History

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