Skip to content

Commit

Permalink
s/Pathcer/Patcher/
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Oct 11, 2023
1 parent 5c196ec commit eb454fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bulletmark_repairer/patcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'parser/runner/ruby_rewrite'

module BulletmarkRepairer
class Pathcer
class Patcher
def self.execute(notifications:, controller:, action:)
new(notifications: notifications, controller: controller, action: action).execute
end
Expand Down
2 changes: 1 addition & 1 deletion lib/bulletmark_repairer/rack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def call(env)
ensure
begin
if Thread.current[:bullet_notification_collector].notifications_present?
BulletmarkRepairer::Pathcer.execute(
BulletmarkRepairer::Patcher.execute(
notifications: Thread.current[:bullet_notification_collector],
controller: env['action_dispatch.request.parameters']['controller'],
action: env['action_dispatch.request.parameters']['action']
Expand Down

0 comments on commit eb454fe

Please sign in to comment.