Skip to content

Instantly share code, notes, and snippets.

@f440
f440 / my_template.rb
Created December 15, 2010 04:22
rials template
#
# This work is in the public domain.
#
if yes? "Do you use haml? [yes/no]"
gem 'haml-rails'
end
if yes? "Do you use compass? [yes/no]"
gem 'compass'