Class: User::Action::SuspendAll

Inherits:
Service::ActionBase
  • Object
show all
Defined in:
app/services/user/action/suspend_all.rb

Instance Method Summary collapse

Instance Method Details

#callObject



10
11
12
# File 'app/services/user/action/suspend_all.rb', line 10

def call
  suspended_users.first.try(:user_history).try(:details)
end