Skip to content

Commit

Permalink
running rake task on heroku to update username
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasConnolly committed Jul 26, 2023
1 parent d329c70 commit f3098ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file modified dump.rdb
Binary file not shown.
5 changes: 5 additions & 0 deletions lib/tasks/update_usernames.rake
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
require 'rake'
require 'rake/dsl_definition'
include Rake::DSL


namespace :users do
desc "Update users with titleized username"
task update_usernames: :environment do
Expand Down

0 comments on commit f3098ef

Please sign in to comment.