Skip to content

Commit

Permalink
Merge pull request #88 from bmic-development/wth-contact-us-refactor
Browse files Browse the repository at this point in the history
wth - Fix Contact form production errors
  • Loading branch information
Stuart-Johnson committed Feb 15, 2017
2 parents 43d9c11 + 88fd8f7 commit 692e94e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/contact_forms_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.~

class ContactFormsController < ApplicationController
protect_from_forgery except: :new

def new
@contact_form = ContactForm.new
@identity = current_identity
Expand Down

0 comments on commit 692e94e

Please sign in to comment.