Update payments_controller.rb

This commit is contained in:
2017-03-23 04:57:22 -04:00
committed by GitHub
parent bef9774c4e
commit 4353e910c8

View File

@@ -12,7 +12,7 @@ class PaymentsController < ApplicationController
include AuthHelper
before_filter :find_project, :authorize
before_filter :find_project, :authorize, :only => :new
def new
@payment = Payment.new