Sha256: 61e64b6a73ae851c02ee1a7e40d05e4fd8adad5e81ce4b233a69337150cbdabf
Contents?: true
Size: 387 Bytes
Versions: 4
Compression:
Stored size: 387 Bytes
Contents
<h1><%= file_path.humanize %> wizard</h1> <h2><%= step_alias.titleize %>: <%= @wizard_step.humanize %></h2> <%%= form_for <%= file_path %>_<%= step_alias %>_model, :url => current_<%= step_alias %>_path, :as => :<%= file_path %> do |f| %> <%%# TODO limit to fields of this particular step %> <%= form_content(true) %> <%%= render '<%= step_alias %>_navigation', f: f %> <%% end %>
Version data entries
4 entries across 4 versions & 1 rubygems