Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory committed Dec 26, 2018
1 parent 0645828 commit c93e6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

MetaPresenter is a Ruby gem that gives you access to the powerful presenter pattern in your Rails controllers. For each controller/action pair you get a presenter class in `app/presenters` that you can use in your views with with `presenter.method_name`. This helps you decompose your helper logic into tight, easily testable classes. There's even a DSL for method delegation on objects to reduce boilerplate.

![overlay-shape-bottom](https://user-images.githubusercontent.com/28652/50427665-20c10b80-087c-11e9-89e1-6931b28654b0.png)

## Links

* [Project website](https://metapresenter.com)
* [RDocs for the master branch](https://www.rubydoc.info/github/szTheory/meta-presenter/master)

![overlay-shape-bottom](https://user-images.githubusercontent.com/28652/50427665-20c10b80-087c-11e9-89e1-6931b28654b0.png)

## Installation

1. Add this line to your application's Gemfile:
Expand Down

0 comments on commit c93e6d5

Please sign in to comment.