Class: TheSchemaIs::WrongTableName
- Inherits:
-
RuboCop::Cop::Base
- Object
- RuboCop::Cop::Base
- TheSchemaIs::WrongTableName
- Extended by:
- RuboCop::Cop::AutoCorrector
- Includes:
- Common
- Defined in:
- lib/the_schema_is/cops.rb
Constant Summary collapse
- MSG_WRONG_TABLE_NAME =
'The real table name should be %p'
- MSG_NO_TABLE_NAME =
'Table name is not specified'