Class: UnLocode::Country
- Inherits:
-
BaseRecord
- Object
- ActiveRecord::Base
- BaseRecord
- UnLocode::Country
- 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 = {} super .merge(except: [:id]) end |