Class: Gecko::Record::AddressAdapter
- Inherits:
-
BaseAdapter
- Object
- BaseAdapter
- Gecko::Record::AddressAdapter
- Defined in:
- lib/gecko/record/address.rb
Instance Attribute Summary
Attributes inherited from BaseAdapter
Instance Method Summary collapse
-
#plural_path ⇒ Object
Override plural_path to properly pluralize address.
Methods inherited from BaseAdapter
#build, #count, #extract_collection, #extract_record, #fetch, #find, #find_many, #first, #forty_two, #has_record_for_id?, #initialize, #instantiate_and_register_record, #parse_records, #peek_all, #record_for_id, #save, #size, #where
Constructor Details
This class inherits a constructor from Gecko::Record::BaseAdapter
Instance Method Details
#plural_path ⇒ Object
Override plural_path to properly pluralize address
32 33 34 |
# File 'lib/gecko/record/address.rb', line 32 def plural_path 'addresses' end |