pixelforce_cms 0.9.9.1 → 0.9.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 279a2d921fb01a55f4346cfc44321ac8ceba2926
4
- data.tar.gz: 4ae94227b3f8c8e1440596de4ed6485f6a2e2f83
3
+ metadata.gz: a5aaf3f1b3b234b2f61348177c2e2b8f483e24e7
4
+ data.tar.gz: 16415bc04621474d8b0d769b0f85cb5ee8c0dd98
5
5
  SHA512:
6
- metadata.gz: 814052058644c7c633f5a43e8b0abaef95d25fbd78b2410084c4498c006037734ff2f384f1e84db31a75711e730d21f491160380522b270e997fcacc80bf29cf
7
- data.tar.gz: ece3e396544a99343a1796b65cef51d34404b36a6efbc7185f304106b8438709f9aac91174089d8b05ac89b3853a61a76843cd9e64c96e5fd97e2643c564e60e
6
+ metadata.gz: e60145d3353b1333d37d9c9c70212bfebef8ac8f915c91ce4f6678234ce0c1940fde9a8aa4ee8bb6b857095c87d135bb8e3c400a65857f879623debea2ab8e88
7
+ data.tar.gz: 7c15bd001a8e2589301ba4fbd9302e7707d0fa6c484b90c15fb0f3715fb456531c0b6e69e7495988aab4d00fb397f1837320c5d5a952323766bfb018808197b6
@@ -7,7 +7,7 @@ class ContactsController < ApplicationController
7
7
  def create
8
8
  @contact_us = ContactUs.new params[:contact_us]
9
9
  if @contact_us.save
10
- redirect_to contacts_path
10
+ redirect_to contact_path
11
11
  else
12
12
  render action: :new
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module PixelforceCms
2
- VERSION = "0.9.9.1"
2
+ VERSION = "0.9.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pixelforce_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9.1
4
+ version: 0.9.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Zhang