Method: FormCore::Coder#strict?

Defined in:
lib/form_core/coder.rb

#strict?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/form_core/coder.rb', line 13

def strict?
  Coder.strict
end