Sha256: c241308c9ff453be22d15e635b08bc245a340f10f0baf55cdaab114073ebae67
Contents?: true
Size: 191 Bytes
Versions: 26
Compression:
Stored size: 191 Bytes
Contents
class ApiKeyForAllAccounts < MongoidMigration::Migration def self.up Locomotive::Account.all.each do |account| account.regenerate_api_key! end end def self.down end end
Version data entries
26 entries across 26 versions & 1 rubygems