search for: set_default_external

Displaying 1 result from an estimated 1 matches for "set_default_external".

2006 Dec 08
2
UJS plugin incompatible with RSpec?
...r) end specify "should display the user info to edit" do render ''/accounts/edit'' end end ---- end that causes this exception: ---- exception ActionView::TemplateError in ''accounts/edit should display the user info to edit'' undefined method `set_default_external!'' for #<#<Class:0x362f964>:0x362ed98> On line #3 of app/views/accounts/edit.rhtml 1: <div id="primary_content"> 2: <h1>Update user information</h1> 3: <%= form_tag account_url(@user), :method => :put %> 4: <%= render :...