Class: QuickTravel::Setting
- Defined in:
- lib/quick_travel/setting.rb
Class Method Summary collapse
Methods inherited from Adapter
all, belongs_to, create, find, has_many, #to_s, update
Methods included from InitFromHash
#define_readers, #initialize, #to_hash
Class Method Details
.basic ⇒ Object
5 6 7 |
# File 'lib/quick_travel/setting.rb', line 5 def self.basic find_all!("/api/settings/basic.json").first end |