instance method
clean_up_error_pages
Ruby on Rails 2.7.0
Since v2.6.1 Last seen in v2.11.0Signature
clean_up_error_pages()
No documentation comment.
Source
# File lib/kamal/commands/app/error_pages.rb, line 6
def clean_up_error_pages
[ :find, config.proxy_boot.error_pages_directory, "-mindepth", "1", "-maxdepth", "1", "!", "-name", KAMAL.config.version, "-exec", "rm", "-rf", "{} +" ]
end
Defined in lib/kamal/commands/app/error_pages.rb line 6
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Kamal::Commands::App::ErrorPages