https://github.com/accessd/payments
https://github.com/accessd/payments
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/accessd/payments
- Owner: accessd
- License: mit
- Created: 2012-09-14T12:16:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-27T18:34:14.000Z (over 12 years ago)
- Last Synced: 2025-01-21T00:03:39.958Z (3 months ago)
- Language: Ruby
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Payments
Complete MVC solution to accept charges from users on your Ruby on Rails site
## Installation
Add to Gemfile:
```ruby
gem 'payments'```
run
rails g payments:migrations
rails db:migrate
rails g payments:views## Using
Generator copied views to app/views/charges
Edit markup of charge form in new.html.erb