#465: Updated ContactsController
This commit is contained in:
parent
97fd668871
commit
9f8bbed7a2
|
@ -1,4 +1,5 @@
|
|||
class ContactsController < ApplicationController
|
||||
skip_after_action :verify_authorized
|
||||
|
||||
def new
|
||||
@form = Feedback.new(current_user)
|
||||
|
|
Loading…
Reference in New Issue