Sha256: 4e16410bdd565c7f65fb1d0649fd212cb9f0d957c96a159f8835d1899ecbdb60

Contents?: true

Size: 235 Bytes

Versions: 40

Compression:

Stored size: 235 Bytes

Contents

# :nodoc: add our views to the path
class ActionMailer::Base
  prepend_view_path File.expand_path(
      '../../../lib/authpwn_rails/generators/templates', __FILE__)

  self.delivery_method = :test
  self.perform_deliveries = true
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
authpwn_rails-0.23.0 test/helpers/action_mailer.rb
authpwn_rails-0.22.1 test/helpers/action_mailer.rb
authpwn_rails-0.22.0 test/helpers/action_mailer.rb
authpwn_rails-0.21.1 test/helpers/action_mailer.rb
authpwn_rails-0.21.0 test/helpers/action_mailer.rb
authpwn_rails-0.20.0 test/helpers/action_mailer.rb
authpwn_rails-0.19.0 test/helpers/action_mailer.rb
authpwn_rails-0.18.2 test/helpers/action_mailer.rb
authpwn_rails-0.18.1 test/helpers/action_mailer.rb
authpwn_rails-0.18.0 test/helpers/action_mailer.rb
authpwn_rails-0.17.2 test/helpers/action_mailer.rb
authpwn_rails-0.17.1 test/helpers/action_mailer.rb
authpwn_rails-0.17.0 test/helpers/action_mailer.rb
authpwn_rails-0.16.2 test/helpers/action_mailer.rb
authpwn_rails-0.16.1 test/helpers/action_mailer.rb
authpwn_rails-0.16.0 test/helpers/action_mailer.rb
authpwn_rails-0.15.3 test/helpers/action_mailer.rb
authpwn_rails-0.15.2 test/helpers/action_mailer.rb
authpwn_rails-0.15.1 test/helpers/action_mailer.rb
authpwn_rails-0.15.0 test/helpers/action_mailer.rb