about summary refs log tree commit diff
path: root/app/models/mute.rb
diff options
context:
space:
mode:
authorSurinna Curtis <ekiru.0@gmail.com>2017-09-13 22:35:48 -0500
committerSurinna Curtis <ekiru.0@gmail.com>2017-09-13 22:35:48 -0500
commitfd9a1711296d923c56a3954fd691e01b54ee93e5 (patch)
tree710558d662ec38c121a75738dbbea4f89ceb57da /app/models/mute.rb
parent6ba35630bca2084625cd63eb06bb48201bfa7184 (diff)
fix typos in the migration
Diffstat (limited to 'app/models/mute.rb')
-rw-r--r--app/models/mute.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/mute.rb b/app/models/mute.rb
index 40fb3f0f2..0d597a275 100644
--- a/app/models/mute.rb
+++ b/app/models/mute.rb
@@ -8,7 +8,7 @@
 #  target_account_id  :integer          not null
 #  created_at         :datetime         not null
 #  updated_at         :datetime         not null
-#  hide_notifications :boolean          default(FALSE), not null
+#  hide_notifications :boolean          default(TRUE), not null
 #
 
 class Mute < ApplicationRecord