Method: WithProgress#has_progress_for?

Defined in:
app/models/concerns/with_progress.rb

#has_progress_for?(user, organization) ⇒ Boolean

Returns:

  • (Boolean)


10
11
12
# File 'app/models/concerns/with_progress.rb', line 10

def has_progress_for?(user, organization)
  progress_for(user, organization).persisted?
end