I have in the database two date columns - from_date and to_date.
from_date
to_date
Example:
data = ModelName.find(:all, :conditions => "today >= from_date and today <= to_date")