1
0
Fork 0
forked from OpenNeo/impress
impress/app/models
Emi Matchu 89c729ecbe Oops, fix bug preventing new alt styles from being saved
Whoops, I didn't realize this change I made to validation for the alt
style editing form, was goofing up alt style modeling!

The trick is, the validation was happening before the `before_create`
hook. Now I've reformulated these as `before_validation` hooks, so
we're not rejecting new alt styles for having no thumbnail!
2024-10-18 17:04:26 -07:00
..
fundraising Move fundraising models into the Fundraising module 2024-02-18 20:29:31 -08:00
item Merge remote-tracking branch 'origin/main' 2024-07-01 14:56:08 -07:00
alt_style.rb Oops, fix bug preventing new alt styles from being saved 2024-10-18 17:04:26 -07:00
application_record.rb
auth_record.rb Add AuthUser model, connecting to openneo_id db 2023-10-23 19:05:07 -07:00
auth_user.rb
closet_hanger.rb Fix MissingAttributeError in ClosetHanger#merge_quantities 2024-02-28 13:30:55 -08:00
closet_list.rb
closet_visibility.rb
color.rb
contribution.rb
item.rb
item_outfit_relationship.rb
nc_mall_record.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 Add cached fields to Item model for searching, but don't use them yet 2024-09-30 23:10:44 -07:00
pet.rb
pet_state.rb
pet_type.rb
species.rb
swf_asset.rb
user.rb
zone.rb