Description:
Mounts this engine to /stripe_wrapper.
Example:
rails generate stripe_wrapper:install This will create in config/routes.rb: mount StripeWrapper::Engine => "/stripe_wrapper" It also creates a migration in db/migrate that installs a `stripe_wrapper_customers` and `stripe_wrapper_charges` in order to see the Charges and Customers related with your app.