email_preview 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ class EmailPreviewController < ApplicationController
8
8
  def deliver
9
9
  @mail.to params[:to]
10
10
  @mail.deliver
11
- redirect_to email_preview_path(params[:id])
11
+ redirect_to details_email_preview_path(params[:id])
12
12
  end
13
13
  def preview
14
14
  @part = if request.format == 'html'
@@ -1,3 +1,3 @@
1
1
  module EmailPreview
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email_preview
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 0
10
- version: 1.3.0
9
+ - 1
10
+ version: 1.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Sonnek