Dune::Balanced::Creditcard
What
This is an integration between Balanced and dune-investissement, a crowdfunding platform.
How
Include this gem as dependency of your project, adding the following line in your Gemfile
.
# Gemfile
gem 'dune-balanced-creditcard'
Dune::Balanced::Creditcard is a Rails Engine, integrating with your (dune-investissement) Rails application with very little of effort. To turn the engine on, mount it in an appropriate route:
# config/routes.rb
mount Dune::Balanced::Creditcard::Engine => '/balanced/creditcard/', as: :dune_balanced_creditcard
And load our JavaScript:
//= require dune-balanced-creditcard
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Running specs
We prize for our test suite and coverage, so it would be great if you could run the specs to ensure that your patch is not breaking the existing codebase.
bundle exec rspec
License
Licensed under the MIT license.