Class: SpreeCmCommissioner::UserIdentityProviderTelegramBot

Inherits:
Base
  • Object
show all
Defined in:
app/models/spree_cm_commissioner/user_identity_provider_telegram_bot.rb

Class Method Summary collapse

Class Method Details

.last_sign_inObject



6
7
8
# File 'app/models/spree_cm_commissioner/user_identity_provider_telegram_bot.rb', line 6

def self.
  order(last_sign_in_at: :desc).first
end