Skip to content

Commit

Permalink
Partial revert - prefix-bug-1
Browse files Browse the repository at this point in the history
  • Loading branch information
svogt0511 authored Feb 7, 2023
1 parent 5968a9e commit 82ead0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Client < ApplicationRecord
before_validation :set_defaults
before_create { self.created = Time.zone.now.utc.iso8601 }
before_save { self.updated = Time.zone.now.utc.iso8601 }
after_create_commit :assign_prefix
after_create :assign_prefix
after_create_commit :create_reference_repository
after_update_commit :update_reference_repository
after_destroy_commit :destroy_reference_repository
Expand Down

0 comments on commit 82ead0f

Please sign in to comment.