Sha256: 5a955a54ab9bb6b6284ef74c598c5bcd4d9e0ee0e7bf41cf8fc6d0d359d6df93

Contents?: true

Size: 371 Bytes

Versions: 4

Compression:

Stored size: 371 Bytes

Contents

- form_tag "/default", :class => "method-default" do
  %p default

- form_tag "/put", :class => "method-put", :method => :put do
  %p put

- form_tag "/delete", :class => "method-delete", :method => :delete do
  %p Delete

- form_tag "/post", :class => "method-post", :method => :post do
  %p post

- form_tag "/get", :class => "method-get", :method => :get do
  %p get

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
any_view-0.2.3 ./test/fixtures/form_tag_methods.haml
any_view-0.2.2 ./test/fixtures/form_tag_methods.haml
any_view-0.2.0 /Users/dneighman/Projects/any_view/test/fixtures/form_tag_methods.haml
any_view-0.1.0 test/fixtures/form_tag_methods.haml