Class: Slowpoke::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/slowpoke/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_503_htmlObject



8
9
10
# File 'lib/generators/slowpoke/install_generator.rb', line 8

def copy_503_html
  template "503.html", "public/503.html"
end