mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 05:56:20 +02:00
update form
This commit is contained in:
parent
3b9ff74bd2
commit
af1d5b1736
2 changed files with 8 additions and 5 deletions
|
@ -6,6 +6,9 @@ module Admin
|
|||
params[:q] ||= {}
|
||||
|
||||
@auctions = Auction.with_status(params[:statuses_contains])
|
||||
.with_start_created_at_date(params[:created_at_start])
|
||||
.with_end_created_at_date(params[:created_at_end])
|
||||
|
||||
@auction = Auction.new
|
||||
|
||||
normalize_search_parameters do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue