1
0
Fork 0
forked from OpenNeo/impress
impress/app/models
Emi Matchu 5ee3b472ec Migrate away from item translations in modeling
This one is important, I didn't notice that this is a way of setting
attributes that won't be written to both tables! `name` will only be
written to the translation table (which crashes the save), and the
other fields would only be written to the main table. Fixed! (I don't
like the super-dynamic this code was written before, anyway.)
2024-02-20 15:52:03 -08:00
..
fundraising Move fundraising models into the Fundraising module 2024-02-18 20:29:31 -08:00
item
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 Migrate away from item translations in the Your Items feature 2024-02-20 15:36:20 -08:00
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 Fully disable model translations for Color/Species/Zone 2024-02-03 08:13:14 -08:00
contribution.rb
item.rb Migrate away from item translations in modeling 2024-02-20 15:52:03 -08:00
item_outfit_relationship.rb
neopets_connection.rb Upgrade to Rails 5.2.8.1 2023-10-23 19:05:05 -07:00
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
pet_type.rb Remove some unused PetType scopes 2024-02-16 23:32:22 -08:00
species.rb
swf_asset.rb
user.rb
zone.rb