Sha256: 4b445090cb401f5aa5ee347d876a31ec542cfb331123b729c11f5ddb38678362
Contents?: true
Size: 223 Bytes
Versions: 15
Compression:
Stored size: 223 Bytes
Contents
<%%= f.inputs do %> <%- for attribute in attributes -%> <%%= f.input :<%= attribute.name %><%= ", :as => :#{attribute.type}" if %w[select radio].include?(attribute.type.to_s) %> %> <%- end -%> <%% end %> <%%= f.buttons %>
Version data entries
15 entries across 15 versions & 1 rubygems