added the tutorial for the newest logic flaw
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user