Figured it out! I was trying to override create in the registrations controller, but didn't route to it... Stupid mistake.
Figured it out! I was trying to override create in the registrations controller, but didn't route to it... Stupid mistake. Devise_for :users, :path_names => { :sign_in => 'signin', :sign_out => 'signout', :sign_up => 'signup' }, :controllers => { :registrations => "registrations" } match 'signin', :to => 'devise/sessions#new', :as => "new_user_session" match 'signout', :to => 'devise/sessions#destroy', :as => "destroy_user_session" get 'signup', :to => 'registrations#new', :as => "new_user_registration" post 'signup(.:format)', :to => 'registrations#create', :as => "create_user_registration.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.