Retrospring/app/models/notification/twitter_token_expired.rb

5 lines
111 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class Notification::TwitterTokenExpired < Notification::ServiceTokenExpired
end