Add rails-footnotes to make development debugging easier

This commit is contained in:
Graham Kaplan
2014-04-05 19:15:37 -07:00
parent 4b79de7a24
commit ab42618bbd
3 changed files with 20 additions and 0 deletions
+1
View File
@@ -83,6 +83,7 @@ group :development do
gem 'meta_request'
gem 'haml-rails'
gem 'awesome_print'
gem 'rails-footnotes', :github => 'josevalim/rails-footnotes'
end
group :test do