Created
August 13, 2021 14:54
-
-
Save mattantonelli/d26d343fbf2737dbb4f2e99491881ddc to your computer and use it in GitHub Desktop.
Bulk update for new Mog Station sources #ffxivcollect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Armoire.where('name_en like ?', "Summer's Flame%").each { |armoire| armoire.sources.create!(type: SourceType.find_by(name: 'Premium'), text: 'Mog Station', premium: true) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment