Use RABL to build JSON responses given by API

This commit is contained in:
Thibault Jouan
2012-03-11 23:25:57 +00:00
parent 8681999d4c
commit 196ea16a94
7 changed files with 34 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ gem 'haml', '~> 3.1'
gem 'bcrypt-ruby', '~> 3.0'
gem 'rabl', '~> 0.6'
group :development, :test do
gem 'rspec-rails', '~> 2.6'
gem 'capybara', '~> 1.1'