Method: WithProgress#progress_for
- Defined in:
- app/models/concerns/with_progress.rb
#progress_for(user, organization) ⇒ Object
2 3 4 |
# File 'app/models/concerns/with_progress.rb', line 2 def progress_for(user, organization) user.progress_at(self, organization) end |