instance method
hosts_from_hosts
Ruby on Rails 2.9.0
Since v1.9.3 Last seen in v2.11.0 PrivateSignature
hosts_from_hosts()
No documentation comment.
Source
# File lib/kamal/configuration/accessory.rb, line 200
def hosts_from_hosts
accessory_config["hosts"] if accessory_config.key?("hosts")
end
Defined in lib/kamal/configuration/accessory.rb line 200
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Configuration::Accessory