Closed SylarRuby closed 7 years ago
Having an issue in the AccountsController. Where Account is coming from:
def index() @selected_account = selected_account graph = get_accounts_graph() @accounts = Account.get_accounts_map(graph) end
Never mind! I've missed the model!
Having an issue in the AccountsController. Where Account is coming from: