Skip to content

Commit

Permalink
feat: remove pagination demand block
Browse files Browse the repository at this point in the history
  • Loading branch information
danilogomes committed Sep 28, 2023
1 parent 115acd2 commit 14f8964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/demand_blocks_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def search
@demand_blocks = build_project_query(@demand_blocks)
@demand_blocks = build_ordering_query(@demand_blocks)

@paged_demand_blocks = @demand_blocks.page(page_param)
@paged_demand_blocks = @demand_blocks.page(page_param).per(100)
demands_count

render 'demand_blocks/index'
Expand Down

0 comments on commit 14f8964

Please sign in to comment.