Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.
This repository was archived by the owner on May 8, 2018. It is now read-only.

Cannot load the My Profile > Download My Data page #14

@tommyvernieri

Description

@tommyvernieri

When loading /user/download_data the following error is thrown.

NoMethodError in Users#download_data

Showing /home/mesabeadmin/wesabe/pfc/app/views/users/download_data.html.erb where line #12 raised:

undefined method `formatted_accounts_with_txactions_url' for #<#<Class:0xb3ff1eec>:0xb3fefa98>
Extracted source (around line #12):

9:         <div class="form-info">
10:           <p class="large">At Wesabe, you can always download all your data &mdash; your data belongs to you.<p>
11:             <p class="large">Download your transactions as
12:           <%= link_to "XML", formatted_accounts_with_txactions_url(:format => 'xml') %> or
13:           <%= link_to "CSV", formatted_txactions_url(:format => "csv") %>
14:           </p>
15:       </div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions