Rails with nested form
问题 When I submit the form it creates the new Outfitter, but it does not create a new User. In the log it says 'Unpermitted parameters: utf8, authenticity_token, first_name, last_name, email, password, password_confirmation, commit' Modal html:(modal is in application.html.erb. Page is localhost:3000/pages/index) <div id="popup-outfitter-signup" class="modal popup"> <div class="modal-main rounded-10px"> <div class="modal-title"> Create your Outfitter<br/> </div><!-- end .modal-title --> <%=