1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Merge pull request #788 from rtsinani/patch-1

Grammar fix
This commit is contained in:
Akira Matsuda 2016-05-11 00:18:14 +09:00
commit 9c44b6461f

View file

@ -190,7 +190,7 @@ Run the following generator command, then edit the generated file.
By default, the message will use the humanized class name of objects
in collection: for instance, "project types" for ProjectType models.
The namespace will be cutted out and only the last name will be used.
The namespace will be cut out and only the last name will be used.
Override this with the <tt>:entry_name</tt> parameter:
<%= page_entries_info @posts, :entry_name => 'item' %>