You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module Somenamespacce
module Core
class Engine < ::Rails::Engine
config.middleware.use ActionDispatch::Flash
end
end
end
Define your mailer_previews inside spec/dummy/app/ (or test/dummy/app/ if you are not using RSpec) e.g. spec/dummy/app/mailer_previews/somenamespace/order_mailer_preview.rb