stencils

Rails gem that provides a way to reuse ‘stencils’ for common actions and views. Stencils lets you define an action and views once and reuse them for different models. A Stencil might typically be used for generic CRUD operations.

Install

gem install stencils

Usage

…coming soon