Skip to content

Instantly share code, notes, and snippets.

@mattantonelli
Created August 13, 2021 14:54
Show Gist options
  • Select an option

  • Save mattantonelli/d26d343fbf2737dbb4f2e99491881ddc to your computer and use it in GitHub Desktop.

Select an option

Save mattantonelli/d26d343fbf2737dbb4f2e99491881ddc to your computer and use it in GitHub Desktop.
Bulk update for new Mog Station sources #ffxivcollect
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