diff --git a/app/controllers/payments_controller.rb b/app/controllers/payments_controller.rb index b678356..57a0153 100644 --- a/app/controllers/payments_controller.rb +++ b/app/controllers/payments_controller.rb @@ -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