mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
Lint
This commit is contained in:
parent
e70d3d1902
commit
59e4eff24a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
namespace :invites do
|
||||
desc "Create invite code(s). Usage: rake invites:create[count]"
|
||||
task :create, [:count] => :environment do |_, args|
|
||||
task :create, [ :count ] => :environment do |_, args|
|
||||
count = (args[:count] || 1).to_i
|
||||
count.times do
|
||||
puts InviteCode.generate!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue