- content_for :title do = 'New member sign up' - content_for :content do .row .col-md-12 -#http://stackoverflow.com/questions/3544265/how-do-i-use-nested-attributes-with-the-devise-model#3764837 =bootstrap_form_for( [resource], :as => resource_name, :url => registration_path(resource_name) ) do |f| = render :partial=> '/users/user_data',:locals=>{:f=>f}