Sha256: c222495e87eff984db8d05b39f840f2da1bcedcaa03e7aa71f75f7991d3945ad
Contents?: true
Size: 334 Bytes
Versions: 19
Compression:
Stored size: 334 Bytes
Contents
<%# @param object [model] model instance %> <%# @param field_name [String] name of the field %> <%# @param value [Object] value of the field %> <%# @param metadata [Hash] metadata of the field %> <% if value.nil? %> <%= null %> <% else %> <% value = Time.zone.parse value if value.is_a? String %> <%= I18n.l value %> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems