Revert "Merge branch 'transform-currency-support' into 'master'"
This reverts merge request !14
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
class Homie < ApplicationRecord
|
||||
has_many :money_moves
|
||||
has_many :work
|
||||
belongs_to :chip
|
||||
|
||||
def self.cash(importance)
|
||||
totals = Homie.all.joins(:money_moves).group(:id).order(:id).sum(:amount)
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
class Og < ApplicationRecord
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user