Skip to content

Commit

Permalink
Replace config.to_prepare with config.after_initialize in ptime initi…
Browse files Browse the repository at this point in the history
…alizer
  • Loading branch information
RandomTannenbaum committed Aug 2, 2024
1 parent f621ac0 commit 6d5eb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/ptime.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Rails.application.config.to_prepare do
Rails.application.config.after_initialize do
PeopleController.prepend Ptime::PeopleController if Skills.ptime_available?
end

0 comments on commit 6d5eb50

Please sign in to comment.