tag.rb 54 字节
Newer Older
1 2 3
class Tag < ActiveRecord::Base
  belongs_to :post
end