Guest User

Untitled

a guest
Mar 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class Insurance
  2. class Broker < ApplicationRecord
  3. extend FindWithYear
  4.  
  5. AGGREGATES = {
  6. total_premium: 'SUM(insurances.total_premium) AS total_premium',
  7. }.freeze
Add Comment
Please, Sign In to add comment