public
Description: Rails plugin to provide text2speech functionality over models
Homepage:
Clone URL: git://github.com/gisikw/acts_as_sayable.git
acts_as_sayable / init.rb
100755 6 lines (5 sloc) 0.159 kb
1
2
3
4
5
6
# Include hook code here
#
require 'acts_as_sayable'
ActiveRecord::Base.send(:include, Acts::Sayable)
Dir.mkdir('speeches') unless File.directory?('speeches')