Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pluralization of resource table header
Somehow Rails' `pluralize` helper does not pluralize the model name correctly. Using `model_name.human` with `count` option instead.
- Loading branch information