class Drawerd::Generators::InstallGenerator

Public Instance Methods

copy_tasks() click to toggle source

copy rake tasks

# File lib/generators/drawerd/install_generator.rb, line 8
def copy_tasks
  template "auto_drawerd.rake", "lib/tasks/auto_drawerd.rake"
end