baarkerlounger
3 years ago
committed by
GitHub
4 changed files with 9 additions and 8 deletions
@ -0,0 +1,6 @@
|
||||
module Constants::Organisation |
||||
ORG_TYPE = { |
||||
"LA" => 1, |
||||
"PRP" => 2, |
||||
}.freeze |
||||
end |
Loading…
Reference in new issue