Class: TheSchemaIs::Presence
- Inherits:
-
RuboCop::Cop::Base
- Object
- RuboCop::Cop::Base
- TheSchemaIs::Presence
- 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'