show onboarding page when currency is not set

This commit is contained in:
Bilal
2020-10-06 14:17:18 +03:00
parent 6fb30209da
commit cd88d21a26
10 changed files with 87 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
class Homie < ApplicationRecord
has_many :money_moves
has_many :work
belongs_to :chip
def self.info(importance)
cash_totals = Homie.all.joins(:money_moves).group(:id).order(:id).sum(:amount)

View File

@@ -0,0 +1,3 @@
class OriginalGangsta < ApplicationRecord
end