Answer the question
In order to leave comments, you need to log in
How to change the status of a promotion at a certain time?
There is a Promo model and a table attached to it:
create_table "promo", force: true do |t|
t.string "name"
t.text "text"
t.string "image"
t.boolean "active"
t.datetime "date", limit: 255
t.string "image_file_name"
t.string "image_content_type"
t.integer "image_file_size"
t.datetime "image_updated_at"
end
Answer the question
In order to leave comments, you need to log in
Write a rake task and add it to cron (you can use the library https://github.com/javan/whenever)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question