ruby-inherited-resources

Speeds up development by making controllers inherit all restful actions
  https://github.com/activeadmin/inherited_resources
  0
  no reviews



Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important. It makes your controllers more powerful and cleaner at the same time.

In addition to making your controllers follow a pattern, it helps you to write better code by following fat models and skinny controllers convention.