class Gkss::InstallGenerator
Public Instance Methods
install_steps()
click to toggle source
# File lib/generators/gkss/install_generator.rb, line 8 def install_steps copy_file '1.html.haml', 'app/views/styleguides/1.html.haml' copy_file 'styleguides.yml', 'config/styleguides.yml' route "mount Gkss::Engine => '/gkss' if Rails.env.development?" end