about summary refs log tree commit diff
path: root/app/models/keyword_mute.rb
blob: 91816eed9424af81c3d3e683900ba68db15616fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# == Schema Information
#
# Table name: keyword_mutes
#
#  id         :integer          not null, primary key
#  account_id :integer          not null
#  keyword    :string           not null
#  created_at :datetime         not null
#  updated_at :datetime         not null
#

class KeywordMute < ApplicationRecord
end