class Slowpoke::Generators::InstallGenerator

Public Instance Methods

copy_503_html() click to toggle source
# File lib/generators/slowpoke/install_generator.rb, line 8
def copy_503_html
  template "503.html", "public/503.html"
end