impress/app/models
Matchu 99f5cd717f Move some model mixins to lib/
The models folder is a bit confusingly large, these are more mixins and
kinda clutter it. Push them off into `lib`, I think!

I think they used to be in models mainly because Rails used to handle
`lib` differently with autoloading, and it made for a worse dev
experience. Now it's all the same, though!
2023-12-05 14:55:31 -08:00
..
item Fix minor item search error message bug 2023-11-11 07:04:57 -08:00
application_record.rb
auth_record.rb
auth_user.rb Clarify the error behavior on AuthUser syncing 2023-10-23 19:05:08 -07:00
campaign.rb
closet_hanger.rb
closet_list.rb Do preloading manually on user list pages, to reduce memory usage 2023-10-27 19:42:02 -07:00
closet_visibility.rb Delete a couple unused accessors 2023-11-11 15:42:08 -08:00
color.rb
contribution.rb
donation.rb Mark some more relationships as optional 2023-10-23 19:05:07 -07:00
donation_feature.rb Mark some more relationships as optional 2023-10-23 19:05:07 -07:00
item.rb Remove unused NC Mall spider code & fields 2023-11-11 15:45:38 -08:00
item_outfit_relationship.rb Upgrade to Rails 5.2.8.1 2023-10-23 19:05:05 -07:00
neopets_connection.rb Upgrade to Rails 5.2.8.1 2023-10-23 19:05:05 -07:00
neopets_page.rb
outfit.rb Use the main app for outfit saving, not impress-2020 2023-11-02 16:54:35 -07:00
parent_swf_asset_relationship.rb
pet.rb Delete a couple unused accessors 2023-11-11 15:42:08 -08:00
pet_attribute.rb
pet_state.rb Delete unused rake tasks 2023-11-10 18:04:24 -08:00
pet_type.rb
species.rb Refactor appearances data to use a "body" object 2023-11-11 07:54:56 -08:00
static_resource.rb
swf_asset.rb Remove unused NC Mall spider code & fields 2023-11-11 15:45:38 -08:00
user.rb Use the main app for outfit saving, not impress-2020 2023-11-02 16:54:35 -07:00
zone.rb Replace swf_assets#index with item_appearances#index 2023-11-11 07:14:48 -08:00