Class: Remote

Inherits:
Object
  • Object
show all
Includes:
HTTParty
Defined in:
app/models/remote.rb

Class Method Summary collapse

Class Method Details

.get(path) ⇒ Object



10
11
12
# File 'app/models/remote.rb', line 10

def self.get(path)
  super "/#{path}"
end