how to check if the date is greater than the current date in rails code example
Example: rails created at above date query
Model_Name.where('Column_Name > ?', put_whatever_you_need_here)
Model_Name.where('Column_Name > ?', put_whatever_you_need_here)