Skip to content

Instantly share code, notes, and snippets.

@manleyhimself
Created December 17, 2013 17:01
Show Gist options
  • Save manleyhimself/8008385 to your computer and use it in GitHub Desktop.
Save manleyhimself/8008385 to your computer and use it in GitHub Desktop.
class Application < ActiveRecord::Base
def self.model_call_setters
Agency.call_solo_payments
Agency.call_group_payments
Agency.set_sum_payments
Lobbyist.call_team_payments
Lobbyist.call_my_payments
Lobbyist.set_sum_payments
Client.call_sum
Firm.call_sum
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment