PostgreSQL
 sql >> Base de données >  >> RDS >> PostgreSQL

Portée Rails créée en un mois

Cela pourrait aider :

scope :from_month, -> { where(created_at: DateTime.now.beginning_of_month..DateTime.now.end_of_month) }