Class: ForeignKeyChecker::IndexResult

Inherits:
Result
  • Object
show all
Defined in:
lib/foreign_key_checker.rb

Instance Attribute Summary

Attributes inherited from Result

#association, #model

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

#messageObject



71
72
73
# File 'lib/foreign_key_checker.rb', line 71

def message
  "There is no index for relation #{human_relation}\n"
end