integrallis / stripe_event

Stripe webhook integration for Rails applications.
https://rubygems.org/gems/stripe_event
MIT License
841 stars 107 forks source link

Update README with Rails 4 mounting syntax #49

Closed jakegavin closed 9 years ago

jakegavin commented 9 years ago

Thanks for maintaining this gem.

In Rails 4, the syntax for mounting an engine changed to:

mount Blorgh::Engine, at: "blorgh"

http://guides.rubyonrails.org/engines.html#generating-an-engine

This PR updates the stripe_event README to use that newer syntax.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling df0766db0a9d7c44aaccd7ac5f2fa02c2a08610e on jakegavin:update-readme into b24a421a9e66f0ebfaff1982874fe8ff7d9df396 on integrallis:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling df0766db0a9d7c44aaccd7ac5f2fa02c2a08610e on jakegavin:update-readme into b24a421a9e66f0ebfaff1982874fe8ff7d9df396 on integrallis:master.

rmm5t commented 9 years ago

Thanks!