This could be useful for example when you want an article to be automatically shown in future date.
Right now if future published_at will be setted - this record will be published immediately. Global scopes and helpers should check not for the null value, but for the exact date is past.
This use case will be useful for all timestamp flags. For example expired_at flag will be useful for subscriptions and so on.
This could be useful for example when you want an article to be automatically shown in future date.
Right now if future
published_atwill be setted - this record will be published immediately. Global scopes and helpers should check not for the null value, but for the exact date is past.This use case will be useful for all timestamp flags. For example
expired_atflag will be useful for subscriptions and so on.