Rails changing routes.rb stops new records being created -


i've changed routes.rb to:

  root :to => 'pjobs#index', :as => 'pjobs' 

now when try add new pjob not add list. if remove line routes.rb , go url location manually , try adding pjob works.

am missing not being caught exception?


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -