Update payments_controller.rb

This commit is contained in:
2017-03-23 05:11:15 -04:00
committed by GitHub
parent 37a2b95447
commit 85b40bc9cf

View File

@@ -12,7 +12,7 @@ class PaymentsController < ApplicationController
include AuthHelper
before_filter :permission_checker([:add_payments])
before_filter :permission_checker [:add_payments]
def new
@payment = Payment.new