Use Haml for views

* Bundle Haml gem
* Convert default erb layout to haml
This commit is contained in:
Thibault Jouan
2011-07-09 09:31:35 +00:00
parent 6b337d3461
commit 74fb4ca86f
4 changed files with 14 additions and 14 deletions

View File

@@ -4,6 +4,8 @@ gem 'rails', '3.0.9'
gem 'sqlite3'
gem 'haml'
group :development, :test do
gem 'rspec-rails'
gem 'cucumber-rails'