Sha256: 08076da22440d5ed03b69efa8ce695e136862e533c36ca690618b313cc584b35
Contents?: true
Size: 206 Bytes
Versions: 4
Compression:
Stored size: 206 Bytes
Contents
<%= simple_form_for(@item) do |f| %> <%= f.input :name %> <%= f.input :category_id, :as => :token, :token_url => token_categories_path %> <%= f.submit %> <% end %> <%= link_to "Listing", items_path %>
Version data entries
4 entries across 4 versions & 1 rubygems