journalduhacker/app/models/tag_filter.rb

7 lines
101 B
Ruby
Raw Normal View History

2012-07-04 05:24:18 +02:00
class TagFilter < ActiveRecord::Base
belongs_to :tag
belongs_to :user
attr_accessible nil
2012-07-04 05:24:18 +02:00
end