Method: UnLocode::Locode#as_json
- Defined in:
- lib/un_locode/locode.rb
#as_json(options = {}) ⇒ Object
36 37 38 |
# File 'lib/un_locode/locode.rb', line 36 def as_json = {} super(.merge!(except: [:id, :country_id])).merge('country' => country.as_json) end |