Class: TheSchemaIs::Presence

Inherits:
RuboCop::Cop::Base
  • Object
show all
Extended by:
RuboCop::Cop::AutoCorrector
Includes:
Common
Defined in:
lib/the_schema_is/cops.rb

Constant Summary collapse

MSG_NO_MODEL_SCHEMA =
'The schema is not specified in the model (use the_schema_is statement)'
MSG_NO_DB_SCHEMA =
'Table "%s" is not defined in %s'

Method Summary

Methods included from Common

#external_dependency_checksum, included, #on_class