Class: NaughtyWords::WordList

Inherits:
ActiveRecord::Base
  • Object
show all
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_listObject



35
36
37
# File 'lib/naughty_words/word_list.rb', line 35

def self.allow_list
  []
end

.deny_listObject



31
32
33
# File 'lib/naughty_words/word_list.rb', line 31

def self.deny_list
  []
end