diff options
author | yhirano <yhirano@me.com> | 2017-05-02 09:14:47 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-02 02:14:47 +0200 |
commit | 298796cc7b4fdc075be659fc6aea7ab2543a0f9d (patch) | |
tree | f70f563b70284f5458c1897bacd3d8d0371a14f2 /Gemfile | |
parent | a4859446abea166ae55806169425646c1bd42f85 (diff) |
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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
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' |