Sha256: 27b6eb63d9ffb0bf866d6ee7ca16a0f7b6a8e632da20da97499b866220a486bf
Contents?: true
Size: 550 Bytes
Versions: 1
Compression:
Stored size: 550 Bytes
Contents
actionpack_path = File.expand_path('../../../actionpack/lib', __FILE__) $:.unshift(actionpack_path) if File.directory?(actionpack_path) && !$:.include?(actionpack_path) require 'abstract_controller' require 'action_view' require 'action_texter/version' module ActionTexter extend ::ActiveSupport::Autoload autoload :Base autoload :Message autoload :DeliveryMethods autoload :FileDelivery autoload :TestDelivery autoload :TwilioDelivery autoload :WhitelistProxyDelivery end if defined?(Rails) require 'action_texter/railtie' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actiontexter-0.1.0 | lib/action_texter.rb |