Class: RailsLens::Providers::DatabaseConstraintsProvider

Inherits:
SectionProviderBase show all
Defined in:
lib/rails_lens/providers/database_constraints_provider.rb

Instance Method Summary collapse

Methods inherited from SectionProviderBase

#process, #type

Methods inherited from Base

#applicable?, #process, #type

Instance Method Details

#analyzer_classObject



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

def analyzer_class
  Analyzers::DatabaseConstraints
end