Added pagy gem to enable pagination and added it's bulma template to the form submissions page
4 lines
56 B
Ruby
4 lines
56 B
Ruby
module ApplicationHelper
|
|
include Pagy::Frontend
|
|
end
|