Class: RailsLens::Providers::ForeignKeyNotesProvider

Inherits:
NotesProviderBase show all
Defined in:
lib/rails_lens/providers/foreign_key_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/foreign_key_notes_provider.rb', line 6

def analyzer_class
  Analyzers::ForeignKeyAnalyzer
end