Sha256: 8846e7bf0dc096a03c3d58afd0d0366df1a182822828a1853cc6bdbb45698684
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
PlaidRails::Engine.routes.draw do resources :accounts match '/webhooks', to: 'webhooks#create', via: :post match '/authenticate', to: "link#authenticate", via: :post match '/update', to: "link#update", via: :post match 'create_token', to: 'link#create_token', via: :post end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plaid_rails-0.11.0 | config/routes.rb |