PostgreSQL
 sql >> Datenbank >  >> RDS >> PostgreSQL

Rails-Umfang innerhalb eines Monats erstellt

Das könnte helfen:

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