ActionMessageTexter
仿造Rails ActionMailer 打造的簡訊寄送模組,提供與Mailer一致的開發體驗
Installation
Add this line to your application's Gemfile:
gem 'action_message_texter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install action_message_texter
Usage
Texter Generator
This generator will generate Texter at app/texter
rails g action_message_texter:texter Devise sign_up_succeed
Texter
Contributing
Contribution directions go here.
License
The gem is available as open source under the terms of the MIT License.