Class: ForeignKeyChecker::IndexResult
- Defined in:
- lib/foreign_key_checker.rb
Instance Attribute Summary
Attributes inherited from Result
Instance Method Summary collapse
Methods inherited from Result
#from_column, #from_table, #human_relation, #initialize, #inspect, #nullable?, #to_column, #to_table
Constructor Details
This class inherits a constructor from ForeignKeyChecker::Result
Instance Method Details
#message ⇒ Object
71 72 73 |
# File 'lib/foreign_key_checker.rb', line 71 def "There is no index for relation #{human_relation}\n" end |