Method: ApiModel::HttpRequest#full_path
- Defined in:
- lib/api_model/http_request.rb
#full_path ⇒ Object
31 32 33 34 |
# File 'lib/api_model/http_request.rb', line 31 def full_path return path if path =~ /^http/ "#{config.host}#{path}" end |