From 298796cc7b4fdc075be659fc6aea7ab2543a0f9d Mon Sep 17 00:00:00 2001 From: yhirano Date: Tue, 2 May 2017 09:14:47 +0900 Subject: annotate models (#2697) * add annotate to Gemfile * rails g annotate:install * configure annotate_models * add schema info to models * fix rubocop to add frozen_string_literal --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index fea35daf1..f946440c6 100644 --- a/Gemfile +++ b/Gemfile @@ -90,6 +90,7 @@ group :development do gem 'letter_opener_web' gem 'bullet' gem 'active_record_query_trace' + gem 'annotate' gem 'capistrano', '3.8.0' gem 'capistrano-rails' -- cgit