class Purview::Exceptions::CouldNotFindMetadataForTable
Public Instance Methods
message()
click to toggle source
# File lib/purview/exceptions/could_not_find_metadata_for_table.rb, line 4 def message "Could not find metadata for table: #{table.name}" end