show onboarding page when currency is not set
This commit is contained in:
@@ -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)
|
||||
|
||||
3
app/models/original_gangsta.rb
Normal file
3
app/models/original_gangsta.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class OriginalGangsta < ApplicationRecord
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user