class Firstjob::CareerStatus

Constants

CAREER_STATUSES

Public Class Methods

all() click to toggle source

Poor’s man all

# File lib/firstjob/career_status.rb, line 6
def self.all
  CAREER_STATUSES
end
find(id) click to toggle source

Poor’s man find

# File lib/firstjob/career_status.rb, line 11
def self.find(id)
  CAREER_STATUSES[id]
end