module Mailboxer
Public Class Methods
protected_attributes?()
click to toggle source
# File lib/mailboxer-without-notification.rb, line 28 def protected_attributes? Rails.version < '4' || defined?(ProtectedAttributes) end
setup() { |self| ... }
click to toggle source
# File lib/mailboxer-without-notification.rb, line 24 def setup yield self end