Skip to content

Instantly share code, notes, and snippets.

@rizwanreza
Created January 16, 2010 22:03
Show Gist options
  • Save rizwanreza/279042 to your computer and use it in GitHub Desktop.
Save rizwanreza/279042 to your computer and use it in GitHub Desktop.
def create_boot_file
if options[:skip_activerecord]
copy_file "config/skip_activerecord.rb", "config/boot.rb"
else
copy_file "config/boot.rb"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment