Skip to content

Commit

Permalink
fix: raise NotImplementedError when no call method on a scheduled task
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Jun 20, 2024
1 parent 3a33e53 commit 2b0919c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scheduled_tasks/application_scheduled_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def initialize(logger:)
end

def call
# override me
raise NotImplementedError
end

attr_reader :logger
Expand Down

0 comments on commit 2b0919c

Please sign in to comment.