aboutsummaryrefslogtreecommitdiff
path: root/app/views/mini_environments/new.html.erb
blob: 4a4712e197dfb0394dbcce3d0bbfef462b6b93ad (plain)
1
2
3
4
5
<%= form_for @mini_environment, url: {action: "create"} do |f| %>
  <%= f.text_field :name %>
  <%= f.submit "Create" %>
<% end %>