Created by: gracewashere
Problem:
Many has_many
relationships have hundreds or thousands of associated
records. When we try to display all of these on a parent record's show
page, the request often times out.
Solution:
By default, only display five associated records at a time. This limit
is configurable through a limit
option.