1
0
Fork 0
forked from OpenNeo/impress
impress/app/models/nc_mall_record.rb
Matchu b6e18e10a5 Add bare-bones rails nc_mall:sync task, incl. NCMallRecord model
Currently we only load the homepage, so there's only actually one
wearable item to sync up! But here's the task to do it!

To do this, we also created the backing model NCMallRecord, where we'll
save the current NC Mall state!
2024-05-07 17:40:14 -07:00

3 lines
62 B
Ruby

class NCMallRecord < ApplicationRecord
belongs_to :item
end