module RackStep::Controller::ErbRendering

A module for controllers to add ERB template rendering. RackStep is not meant to be used for template rendering. We recommend you to use a SPA (Single Page Application) approach. But if you want to, you may include this module into your controller and render ERB templates, following the old ruby web way. TODO: Add layout support.