Sha256: e0b7b01ad2ef7fe188509cecabd873285d4ba124af368d20b1b8b4a96919aa97

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

<% form_tag "/explicit", :multipart => true, :class => "explicit" do %>
  <p>Here</p>
<% end %>

<% form_tag "/implicit", :class => "implicit" do %>
  <%= file_field_tag :foo %>
<% end %>

<% form_tag "/no_file", :class => "no_file" do %>
  <p>No file to see here</p>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
any_view-0.2.3 ./test/fixtures/multipart.erb
any_view-0.2.2 ./test/fixtures/multipart.erb
any_view-0.2.0 /Users/dneighman/Projects/any_view/test/fixtures/multipart.erb
any_view-0.1.0 test/fixtures/multipart.erb