• 表单提交不同方法 at 2021年08月19日
    <% url = @client.new_record? ? manages_path : manage_path(@client) %>
    <%= form_for @client, url: url do |f| %>