public
Description: Treat any ActiveRecord's string field as a dictionary to do word suggesting & spelling checking using Hunspell
Homepage: http://blog.spiragram.com/2008/9/5/acts_as_dictionary-rails-plugin
Clone URL: git://github.com/tiendung/acts_as_dictionary.git
acts_as_dictionary / init.rb
100644 1 lines (1 sloc) 0.051 kb
1
ActiveRecord::Base.send(:include, ActsAsDictionary)