[![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. It provides 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: ```gem install 'ae_easy-router'``` Require gem: ```require 'ae_easy-router'``` Documentation can be found [here](http://rubydoc.org/gems/ae_easy-router/frames).