Class: QuickTravel::PropertyType
- Defined in:
- lib/quick_travel/mock.rb,
lib/quick_travel/property_type.rb
Class Method Summary collapse
Methods inherited from Adapter
belongs_to, create, find, has_many, #to_s, update
Methods included from InitFromHash
#define_readers, #initialize, #to_hash
Class Method Details
.all ⇒ Object
35 36 37 |
# File 'lib/quick_travel/mock.rb', line 35 def self.all [new, new] end |