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 Add SVG support to alt styles 2024-01-31 03:02:19 -08:00
application_record.rb
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
contribution.rb Track contributions of Alt Styles 2024-01-24 03:54:43 -08:00
item.rb Migrate away from item translations in modeling 2024-02-20 15:52:03 -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
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