assemblymade/coderwall

View on GitHub
app/structs/priority.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Priority
  HIGH   = 0
  NORMAL = 20
  LOW    = 30
end