Skip to content

Commit

Permalink
Change insert to prepend in ptime initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Jul 31, 2024
1 parent 027e2f9 commit 2bcde37
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
PeopleController.include Ptime::PeopleController if Skills.ptime_available?
PeopleController.prepend Ptime::PeopleController if Skills.ptime_available?
end

0 comments on commit 2bcde37

Please sign in to comment.