Displaying 1 result from an estimated 1 matches for "dummy_record".
Did you mean:
dummy_records
2007 May 23
1
Automated operations on a database
Hello, i have a question about a problem i can''t figure out how to
solve.
I have a standard RoR application made with the classic MVC model, and I
need to (for example) edit a value in a table with a time-based rule.
EX:
starting table:
user | money
----------------
|
john | 500
after 1 minute:
user | money
----------------
|
john | 510
etc..