module Stellae::State

Constants

STATE_MAP

Public Instance Methods

state_abbr(state) click to toggle source
# File lib/stellae/state.rb, line 59
def state_abbr(state)
  STATE_MAP[state] || state
end