Class: Preneeds::Base
- Inherits:
-
Object
- Object
- Preneeds::Base
- Includes:
- Vets::Model
- Defined in:
- app/models/preneeds/base.rb
Direct Known Subclasses
Address, Applicant, Attachment, BurialForm, Claimant, CurrentlyBuriedPerson, DateRange, FullName, PreneedAttachmentHash, Race, ServiceRecord, Veteran
Instance Method Summary collapse
-
#as_json(options = {}) ⇒ Object
Override ‘as_json`.
Methods included from Vets::Model
#attributes, #initialize, #nested_attributes
Methods included from Vets::Attributes
Instance Method Details
#as_json(options = {}) ⇒ Object
Override ‘as_json`
17 18 19 |
# File 'app/models/preneeds/base.rb', line 17 def as_json( = {}) super().deep_transform_keys { |key| key.camelize(:lower) } end |