Update payments_controller.rb

This commit is contained in:
2017-03-23 05:10:05 -04:00
committed by GitHub
parent 33feb91713
commit 37a2b95447

View File

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