Account.sole → Current.account
and some other de-tenant changes, including removing the controller tenanting concerns
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user