#465: Updated ContactsController

This commit is contained in:
Vokhmin Alexey V 2015-04-19 23:06:17 +03:00
parent 97fd668871
commit 9f8bbed7a2
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
class ContactsController < ApplicationController
skip_after_action :verify_authorized
def new
@form = Feedback.new(current_user)