= simple_nested_form_for [:admin, @category], turboboost: true, validate: true do |f| = f.input :name = f.button :submit, @category.new_record? ? "Add #{Category.model_name.human}" : 'Update #{Category.model_name.human}', class: 'btn-default'