module Mv::Mysql::Validation::MysqlErrorMessageRestrictions

Protected Instance Methods

default_message() click to toggle source
Calls superclass method
# File lib/mv/mysql/validation/mysql_error_message_restrictions.rb, line 7
def default_message
  super[0, 64 - column_name.length - 1]
end