noodall-form-builder 0.2.7 → 0.2.8

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.
@@ -29,7 +29,7 @@ module Noodall
29
29
  end
30
30
  end
31
31
 
32
- flash[:notice] = @form.thank_you_message
32
+ flash.now[:notice] = @form.thank_you_message
33
33
  format.html
34
34
  format.xml { render :xml => @form, :status => :created, :location => @form }
35
35
  else
@@ -1,4 +1,4 @@
1
- <div id="main-content" class="contact-form no-nav">
1
+ <div id="main-content" class="no-nav">
2
2
  <h1>Thank you</h1>
3
3
 
4
4
  <%= simple_format(@form.thank_you_message) %>
@@ -1,5 +1,5 @@
1
1
  module Noodall
2
2
  module FormBuilder
3
- VERSION = "0.2.7"
3
+ VERSION = "0.2.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noodall-form-builder
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 7
10
- version: 0.2.7
9
+ - 8
10
+ version: 0.2.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steve England