Sha256: fc74e624b111869fab251f08c282589daaed2d379ffe262b8e4bef1f5ea2f4b1
Contents?: true
Size: 290 Bytes
Versions: 2
Compression:
Stored size: 290 Bytes
Contents
<%= simple_form_for @table do |f| %> <%= f.input :name %> <%= f.input :data %> <%= f.input :transform, :collection => Transform.transforms, :label_method => :display_name, :value_method => :name %> <%= f.input :transform_json, :as => :text %> <%= f.button :submit %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
daily-0.0.3 | app/views/tables/_form.erb |
daily-0.0.2 | app/views/tables/_form.erb |