1 2 3 4 5 6 7
module SMSFu class Engine < ::Rails::Engine initializer "setup for rails" do ActionView::Base.send :include, SMSFuHelper end end end