module Alerter

Constants

VERSION

Public Class Methods

protected_attributes?() click to toggle source
# File lib/rails-alerter.rb, line 61
def protected_attributes?
  Rails.version < '4' || defined?(ProtectedAttributes)
end
setup() { |self| ... } click to toggle source
# File lib/rails-alerter.rb, line 57
def setup
  yield self
end