update-attribute Questions
1
Solved
Could somebody tell me how I can add x number of days to a date attribute that is in the format ("yyyy-MM-dd") in Nifi.
Sarracenia asked 6/8, 2018 at 16:38
2
I have following piece of code
@user = User.find(params[:id])
if (@user.activation_status == "active")
#some code here
@user.update_attribute('activation_status' ,'inactive') # Line 44
#send ...
Kajdan asked 26/8, 2010 at 10:30
1
© 2022 - 2024 — McMap. All rights reserved.