Sha256: 3b18962ef1901bfbb3da40bf9819e54eaa6c1547fbda06d2e05b32aea04a68c3
Contents?: true
Size: 245 Bytes
Versions: 9
Compression:
Stored size: 245 Bytes
Contents
<% @title = "New #{resource.human}" %> <h1><%= @title %></h1> <%= form_for record, :url => resource.collection_path, :html => {:multipart => true} do |f| %> <%= render :partial => 'form', :locals => { :f => f, :action => 'new' } %> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems