]> git.openstreetmap.org Git - rails.git/blob - app/models/spammy_phrase.rb
Use spammy phrases from DB
[rails.git] / app / models / spammy_phrase.rb
1 # frozen_string_literal: true
2
3 # == Schema Information
4 #
5 # Table name: spammy_phrases
6 #
7 #  id         :bigint           not null, primary key
8 #  phrase     :string
9 #  created_at :datetime         not null
10 #  updated_at :datetime         not null
11 #
12 class SpammyPhrase < ApplicationRecord
13 end