added the tutorial for the newest logic flaw

This commit is contained in:
cktricky
2014-03-16 22:10:19 -04:00
parent 8140cb3a1b
commit 7a89ae6f17
2 changed files with 68 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class Pay < ActiveRecord::Base
validates :bank_routing_num, presence: true
validates :percent_of_deposit, presence: true
# actions
# callbacks
before_save :encrypt_bank_account_num
def as_json