Describe your problem here. ## Commands ``` $ rake annotate_models ``` ## Acceptance Criteria - `"with_comment_column" => "false"` appears after `"with_comment" => "false"` when calling `rails generate annotate:install`. - its setting is read when annotating (right now, setting it to `true` does not activate the switch and comment column is not rendered). ## Related Issues This was an oversight when implementing #988.