Sha256: 70031270e782513cfc0b14be9803a627f3f7d29e84d6b231819484f045820683
Contents?: true
Size: 346 Bytes
Versions: 11
Compression:
Stored size: 346 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 value = value.to_date if value.is_a? Time I18n.l value end %>
Version data entries
11 entries across 11 versions & 1 rubygems