acts_as_notifier 0.0.1
acts_as_notifier is an add-on for ActiveRecord models used to notify users of new and updated records via ActionMailer emails. The notifications can be make conditional and recipient lists can be specified at runtime using a proc or method name. acts_as_notifier can be configured to send emails via DelayedJob.
Gemfile:
=
インストール:
=
バージョン履歴:
- 0.0.1 January 01, 2014 (69.5KB)
Runtime依存関係 (2):
activerecord
>= 3.2.0
activesupport
>= 3.2.0