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
Post a Comment