1
0
Fork 0
forked from OpenNeo/impress
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
application_record.rb
auth_record.rb
auth_user.rb
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
color.rb
contribution.rb Upgrade to Rails 5.2.8.1 2023-10-23 19:05:05 -07:00
donation.rb
donation_feature.rb Mark some more relationships as optional 2023-10-23 19:05:07 -07:00
item.rb
item_outfit_relationship.rb Upgrade to Rails 5.2.8.1 2023-10-23 19:05:05 -07:00
neopets_connection.rb
neopets_page.rb
outfit.rb
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 Update most URLs to use HTTPS 2023-10-25 15:22:57 -07:00
species.rb
static_resource.rb
swf_asset.rb
user.rb
zone.rb