Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 663 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 663 Bytes

CafeCar

CafeCar is an expansion of the Rails "view" layer of MVC. Its philosophy is rooted in the idea that, by default, Rails should render something that represents the CRUD operations of your models. These defaults can then be expanded or overridden. This can be done on either application-wide or for specific models.

Usage

Customizing views

Installation

Add this line to your application's Gemfile:

gem "cafe_car"

And then execute:

$ bundle

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.