Sha256: 841b117b21f4a07435f636e3017d02051216ad8d7c2d8621b0700f72b2906c32
Contents?: true
Size: 376 Bytes
Versions: 7
Compression:
Stored size: 376 Bytes
Contents
- options = {wrapper_html: {class: "col-md-#{field.size}"}} - current_type = field_type(@model_presenter,field.name) - options[:as] = :admin_enum if current_type == :enum - options[:as] = :admin_relationship_select if current_type == :relation - options[:as] = :admin_date if current_type == :date - options[:as] = field.as if field.as.present? = f.input field.name, options
Version data entries
7 entries across 7 versions & 1 rubygems