Class: DiscourseSubscriptionClient::FindResources

Inherits:
Jobs::Base
  • Object
show all
Defined in:
app/jobs/discourse_subscription_client/find_resources.rb

Instance Method Summary collapse

Instance Method Details

#execute(_args = {}) ⇒ Object



5
6
7
# File 'app/jobs/discourse_subscription_client/find_resources.rb', line 5

def execute(_args = {})
  Resources.find_all unless Rails.env.test?
end