Account.sole → Current.account

and some other de-tenant changes, including removing the controller
tenanting concerns
This commit is contained in:
Mike Dalessio
2025-11-10 07:58:40 -05:00
parent 6705b5225f
commit d41d50d52b
40 changed files with 67 additions and 96 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module Board::Entropic
end
def entropy
super || Account.sole.entropy
super || Current.account.entropy
end
def auto_postpone_period=(new_value)