Method: Forgejo::InternalTracker#hash
- Defined in:
- lib/forgejo/models/internal_tracker.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
124 125 126 |
# File 'lib/forgejo/models/internal_tracker.rb', line 124 def hash [allow_only_contributors_to_track_time, enable_issue_dependencies, enable_time_tracker].hash end |