class InputSanitizer::BlankValueError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/input_sanitizer/errors.rb, line 28
def initialize
  super("can't be blank")
end

Public Instance Methods

code() click to toggle source
# File lib/input_sanitizer/errors.rb, line 24
def code
  :blank
end