Sha256: 234541f8c98834f0e8b0b970a999ce01007aea3f923d8b611f1570c788625025

Contents?: true

Size: 296 Bytes

Versions: 9

Compression:

Stored size: 296 Bytes

Contents

# Load the Rails application.
require_relative 'application'

# Initialize the Rails application.
Rails.application.initialize!

Rails.application.configure do        
  config.action_mailer.preview_path = Pwb::Engine.root.join('spec/mailers/previews/pwb')
  # ActionMailer::Base.preview_path
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pwb-1.4.0 spec/dummy/config/environment.rb
pwb-1.3.0 spec/dummy/config/environment.rb
pwb-1.2.0 spec/dummy/config/environment.rb
pwb-1.1.1 spec/dummy/config/environment.rb
pwb-1.0.0 spec/dummy/config/environment.rb
pwb-0.1.1 spec/dummy/config/environment.rb
pwb-0.1.0 spec/dummy/config/environment.rb
pwb-0.0.2 spec/dummy/config/environment.rb
pwb-0.0.1 spec/dummy/config/environment.rb