class Identifiable::Errors::LengthMustBeNilIfStyleIsUuidError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/identifiable/errors.rb, line 52
def initialize
  super('The identifiable\'s length cannot be set if you\'re using the :uuid style, because UUIDs have a fixed length. You should remove the length parameter.')
end