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 Move fundraising models into the Fundraising module 2024-02-18 20:29:31 -08:00
item Oops, fix remaining references to locale in item search 2024-02-25 15:00:22 -08:00
alt_style.rb Update SwfAsset#image_url to use all the latest tech 2024-02-24 16:12:02 -08:00
application_record.rb
auth_record.rb
auth_user.rb
closet_hanger.rb
closet_list.rb
closet_visibility.rb Delete a couple unused accessors 2023-11-11 15:42:08 -08:00
color.rb
contribution.rb Track contributions of Alt Styles 2024-01-24 03:54:43 -08:00
item.rb
item_outfit_relationship.rb
neopets_connection.rb
neopets_page.rb
outfit.rb Refactor Impress 2020 config 2024-02-22 13:07:43 -08:00
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
pet_type.rb
species.rb
swf_asset.rb
user.rb
zone.rb