Sha256: 1616c703aa2621eaad7c77e780eef42e808e9ea3cc781505374ca1ad24899396
Contents?: true
Size: 356 Bytes
Versions: 2
Compression:
Stored size: 356 Bytes
Contents
<% if obj.read_attribute(field.field).nil? %> <% value = ['TRUE', 'True', 'true', 't', 1, 'y'].include?(field.default_value) ? true : false %> <% else %> <% value = obj.read_attribute(field.field) ? true : false%> <% end %> <%= check_box param_from_tablename(@mega_model_properties, field.tablename), field.field, {checked: value}, 'true', 'false' %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mega_bar-0.5.2 | app/views/checkboxes/show.html.erb |
mega_bar-0.5.1 | app/views/checkboxes/show.html.erb |