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