Commit a95129ff authored by Lucy Fox's avatar Lucy Fox

Fix typo Snippers

parent 6eed143b
...@@ -229,7 +229,7 @@ class Snippet < ApplicationRecord ...@@ -229,7 +229,7 @@ class Snippet < ApplicationRecord
(public? && (title_changed? || content_changed?)) (public? && (title_changed? || content_changed?))
end end
# snippers are the biggest sources of spam # snippets are the biggest sources of spam
override :allow_possible_spam? override :allow_possible_spam?
def allow_possible_spam? def allow_possible_spam?
false false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment