googleads / google-api-ads-ruby

Ad Manager SOAP API Client Libraries for Ruby
297 stars 227 forks source link

uninitialized constant AccountController::Account #126

Closed SylarRuby closed 7 years ago

SylarRuby commented 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
SylarRuby commented 7 years ago

Never mind! I've missed the model!