Igor Rocha
Igor Rocha
when I run the command, regardless of whether I configure and have the controller ignored, the command keeps generating annotations for the controllers ## Commands  rails version: 5.2.2 ruby version: 2.5.3 gon version: 6.2.1 I have two actions: ``` class IndexController < ApplicationController def index @your_int = 123 @your_array = [1,2] @your_hash...
ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::ThinReports):