Displaying 1 result from an estimated 1 matches for "primary_content".
2006 Dec 08
2
UJS plugin incompatible with RSpec?
...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 :partial => ''user'' %>
/opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.4/lib/spec/expectations/sugar.rb:13:in
`call'&...