<%= simple_form_for @group do |f| %> <div class="form-group"> <%= f.input :title, input_html: { class: "form-control"} %> <%= f.input ...
確定! 回上一頁