lib/active_notifier/notifiable.rb in active_notifier-0.4.0 vs lib/active_notifier/notifiable.rb in active_notifier-0.4.1

- old
+ new

@@ -1,8 +1,10 @@ module ActiveNotifier + # The third notifier implement module Notifiable extend ActiveSupport::Concern + # Core functions for Notifiable module ClassMethods # Message execute. # # @example Command Usage # ActiveNotifier.exec(token: "your-webhook-token", message: "your-message")