Interage::Service

Installation

Add this line to your application's Gemfile:

gem 'interage-service', '~> 0.1'

And then execute:

bundle install

Or install it yourself as:

gem install interage-service

Usage

You can use a Rails generator to create ApplicationService:

rails g interage:service:install

And you can use a Rails generator to create service classes:

rails g interage:service:create CustomersByDocument Customer

Contributing

Bug reports and merge services are welcome on GitLab at https://gitlab.com/[USERNAME]/interage-service.