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
+6 -1
View File
@@ -1,7 +1,12 @@
class PayController < ApplicationController
def index
end
def update_dd_info
respond_to do |format|
format.json {render :json => {:hello => :world} }
end
end
end