instance method
expand_host_path
Ruby on Rails 2.10.1
Since v1.9.3 Last seen in v2.11.0 PrivateSignature
expand_host_path(host_path)
No documentation comment.
Parameters
-
host_pathreq
Source
# File lib/kamal/configuration/accessory.rb, line 211
def expand_host_path(host_path)
absolute_path?(host_path) ? host_path : File.join(service_data_directory, host_path)
end
Defined in lib/kamal/configuration/accessory.rb line 211
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Configuration::Accessory