The config file should be redone as an initializer, rails style. I'm trying to use this in a rails app and I'd like to be able to do the following: ```ruby Spoonerize.configure do |c| c.excluded_words = %w[list of words] c.lazy = true end ```
The config file should be redone as an initializer, rails style. I'm trying to use this in a rails app and I'd like to be able to do the following: