Class: Ezframe::IdType

Inherits:
IntType show all
Defined in:
lib/ezframe/column_type.rb

Instance Attribute Summary

Attributes inherited from TypeBase

#attribute, #error, #parent

Instance Method Summary collapse

Methods inherited from IntType

#db_type, #normalize, #validate, #value=, #view

Methods inherited from TextType

#db_type, #normalize, #value=

Methods inherited from TypeBase

#db_type, #db_value, get_class, #initialize, #key, #label, #make_error_box, #multi_inputs?, #no_edit?, #no_view?, #normalize, #type, type_name, #use_view_format, #validate, #value, #value=, #view

Constructor Details

This class inherits a constructor from Ezframe::TypeBase

Instance Method Details

#form(opts = {}) ⇒ Object



279
280
281
# File 'lib/ezframe/column_type.rb', line 279

def form(opts = {})
  return nil
end