impress/app/models
Emi Matchu 2e5b1c7350 Remove unused Item.per_page attribute
I feel like this was part of `will_paginate` back before the Rails
community had itself figured out about what belongs in a model?

But yeah, a default per-page value for search results does not belong
here. And I don't think anything references it anymore, because we pass
`per_page` to the `paginate` call in `ItemsController` explicitly! So,
goodbye!
2024-02-25 16:16:43 -08:00
..
fundraising
item Oops, fix remaining references to locale in item search 2024-02-25 15:00:22 -08:00
alt_style.rb
application_record.rb Upgrade to Rails 5.2.8.1 2023-10-23 19:05:05 -07:00
auth_record.rb
auth_user.rb
closet_hanger.rb
closet_list.rb Migrate away from item translations in the Your Items feature 2024-02-20 15:36:20 -08:00
closet_visibility.rb
color.rb
contribution.rb
item.rb Remove unused Item.per_page attribute 2024-02-25 16:16:43 -08:00
item_outfit_relationship.rb
neopets_connection.rb
neopets_page.rb
outfit.rb
parent_swf_asset_relationship.rb
pet.rb Allow modeling pets for colors we haven't gotten metadata for yet 2024-02-16 23:28:10 -08:00
pet_state.rb Remove logic to auto-detect Unconverted pets (fixes Baby Pteri bug) 2024-02-01 01:40:50 -08:00
pet_type.rb
species.rb Fully disable model translations for Color/Species/Zone 2024-02-03 08:13:14 -08:00
swf_asset.rb
user.rb Oops, load the data for the bulk item quantity form on the trades page! 2024-01-21 06:42:24 -08:00
zone.rb