Class: UnLocode::Country

Inherits:
BaseRecord
  • Object
show all
Defined in:
lib/un_locode/country.rb

Instance Method Summary collapse

Instance Method Details

#as_json(options = {}) ⇒ Object



5
6
7
# File 'lib/un_locode/country.rb', line 5

def as_json options = {}
  super options.merge(except: [:id])
end