Method: Effective::Providers::Cheque#cheque_params

Defined in:
app/controllers/effective/providers/cheque.rb

#cheque_paramsObject



18
19
20
# File 'app/controllers/effective/providers/cheque.rb', line 18

def cheque_params
  params.require(:cheque).permit(:deferred_url)
end