Method: Puffer.append_custom_field_type

Defined in:
lib/puffer.rb

.append_custom_field_type(custom_type, &block) ⇒ Object



109
110
111
# File 'lib/puffer.rb', line 109

def self.append_custom_field_type custom_type, &block
  _field_type_customs.push [custom_type, block]
end