class UnLocode::Country

Public Instance Methods

as_json(options = {}) click to toggle source
Calls superclass method
# File lib/un_locode/country.rb, line 5
def as_json options = {}
  super options.merge(except: [:id])
end