class Money::Currency

def to_sym

Returns:
  • (Symbol) -
def to_sym
  id.to_s.upcase.to_sym
end