Sha256: f78bdbdcec51810ffab803c210446b79b3c4db2761e05927b3b6636acc1e2500
Contents?: true
Size: 370 Bytes
Versions: 6
Compression:
Stored size: 370 Bytes
Contents
<%= form_for @no_sql_model do |f| %> <table> <tr> <td><%= f.hd_label :birthday %></td> <td><%= f.date_picker :birthday %></td> </tr> <tr> <td><%= f.hd_label :lunchtime %></td> <td><%= f.time_picker :lunchtime %></td> </tr> <tr> <td><%= f.hd_label :apocalypse %></td> <td><%= f.datetime_picker :apocalypse %></td> </tr> </table> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems