Class: NaughtyWords::WordList
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- NaughtyWords::WordList
- Defined in:
- lib/naughty_words/word_list.rb,
lib/naughty_words/word_list.rb,
lib/generators/naughty_words/install/templates/word_list.rb
Class Method Summary collapse
Class Method Details
.allow_list ⇒ Object
35 36 37 |
# File 'lib/naughty_words/word_list.rb', line 35 def self.allow_list [] end |
.deny_list ⇒ Object
31 32 33 |
# File 'lib/naughty_words/word_list.rb', line 31 def self.deny_list [] end |