remove unneeded strong params
This commit is contained in:
parent
d0c9e12ed0
commit
6667eb6fac
1 changed files with 0 additions and 6 deletions
|
@ -25,10 +25,4 @@ class BillingSubscriptionsController < ApplicationController
|
|||
@billing_plan = @nonprofit.billing_plan
|
||||
@billing_subscription = @nonprofit.billing_subscription
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def required_params
|
||||
params.permit(:nonprofit_id, :billing_plan_id, :stripe_subscription_id, :status)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue