Sha256: d0aa84242dceeeba7afcdd303f8ff91fbfd075d8971f551f090d22ff1946ce62

Contents?: true

Size: 898 Bytes

Versions: 1

Compression:

Stored size: 898 Bytes

Contents

[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://rubydoc.org/gems/ae_easy-router/frames)
[![Gem Version](https://badge.fury.io/rb/ae_easy-router.svg)](http://github.com/answersengine/ae_easy-router/releases)
[![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license)

# AeEasy router module
## Description

AeEasy router is part of AeEasy gem collection and an alias to [dh_easy-router](https://github.com/DataHenOfficial/dh_easy-router/) gem. It provides a compatibility layer for an easy way to route execution to your classes, quite useful to allow TDD implementations with unit tests without the need for complex project folder structures.

Install gem:
```ruby
gem install 'ae_easy-router'
```

Require gem:
```ruby
require 'ae_easy/router'
```

See [dh_easy-router](https://github.com/DataHenOfficial/dh_easy-router/) gem for documentation.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ae_easy-router-0.0.3 README.md