mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Returning a hash with explicit keys isn't strictly necessary with the access methods we're using to get the values for those keys out of the hash. Return an empty hash instead, simplifying the code. Also remove the early return statements within the conditional. Those are also unneeded since this is the last expression that's run in the method. |
||
|---|---|---|
| .. | ||
| assets | ||
| tasks | ||
| tracks | ||
| is_taggable.rb | ||
| login_system.rb | ||
| project_from_todo.rb | ||
| staleness.rb | ||
| todo_from_recurring_todo.rb | ||
| user_time.rb | ||