view portion of adding a column almost complete, then backend logic

This commit is contained in:
cktricky
2014-03-15 15:29:45 -04:00
parent ed73ab47e7
commit 16eaefefdf
3 changed files with 91 additions and 1 deletions
+3
View File
@@ -35,6 +35,9 @@ Railsgoat::Application.routes.draw do
end
resources :pay do
collection do
post "update_dd_info"
end
end
end