Class: RailsLens::Providers::AssociationNotesProvider

Inherits:
NotesProviderBase show all
Defined in:
lib/rails_lens/providers/association_notes_provider.rb

Instance Method Summary collapse

Methods inherited from NotesProviderBase

#applicable?, #process, #type

Methods inherited from Base

#applicable?, #process, #type

Instance Method Details

#analyzer_classObject



6
7
8
# File 'lib/rails_lens/providers/association_notes_provider.rb', line 6

def analyzer_class
  Analyzers::AssociationAnalyzer
end