Sha256: c1a76bce2104d681c31ff9fa4a24cf486e393e217ff6af22f12a68e8c796525d

Contents?: true

Size: 651 Bytes

Versions: 1

Compression:

Stored size: 651 Bytes

Contents

[![Build Status](https://travis-ci.org/olownia/opay.png)](https://travis-ci.org/olownia/opay)

# Opay

Opay is a payu.pl payment provider for Rails apps.

## Installation

Add this to your Gemfile:

``` ruby
gem 'opay'
```

and run `bundle install`.

Next, run:

``` bash
# add an initializer to config/initializers with all of the configuration options
$ rails g opay:install
# This will add the necessary migrations to your app's db/migrate directory
rake opay:install:migrations
# This will run any pending migrations
rake db:migrate
``` 
then add the following to your routes.rb file:

``` ruby
# config/routes.rb
mount Opay::Engine => '/opay'
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opay-1.0.0 README.md