forked from jasder/forgeplus
3 lines
62 B
Ruby
3 lines
62 B
Ruby
|
class IssuePriority < ApplicationRecord
|
||
|
has_many :issues
|
||
|
end
|