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

Grammar fix

This commit is contained in:
Artan Sinani 2016-05-10 14:37:31 +01:00
parent 17d0fb83aa
commit 5e75803446

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' %>