Sha256: c3379ed5060555d0ae2ae5cbd6c5b81c930d6b9bf0f9cd5f1f1fb1d6987e8af8
Contents?: true
Size: 180 Bytes
Versions: 18
Compression:
Stored size: 180 Bytes
Contents
# frozen_string_literal: true namespace :g5_authenticatable do desc 'Purge local user data from the DB' task :purge_users do G5Authenticatable::User.destroy_all end end
Version data entries
18 entries across 18 versions & 1 rubygems