Sha256: a7d512d4b13d2f5e22fa0fcbc5a5d3e936c4324095cf742910998a2f06de4c0d
Contents?: true
Size: 238 Bytes
Versions: 15
Compression:
Stored size: 238 Bytes
Contents
module Mailboxer module Models autoload :Messageable, 'mailboxer/models/messageable' end end # reopen ActiveRecord and include all the above to make # them available to all our models if they want it require 'mailboxer/engine'
Version data entries
15 entries across 15 versions & 1 rubygems