Displaying 1 result from an estimated 1 matches for "placescontrollertest".
Did you mean:
pagescontrollertest
2012 Nov 27
1
controller not rendering existing js.erb file
..., called remotely from a form
the method is executed, but rendering is not executed as the template is
stated as missing ..
but it''s there ...
post :search, :locale => I18n.locale, :format => :js, :country =>
"United"
Error: test_should_search_places(Backoffice::PlacesControllerTest)
ActionView::MissingTemplate: Missing template backoffice/places/search
with {:locale=>[:en], :formats=>[:js, :html], :handlers=>[:erb, :builder,
:coffee, :haml]}. Searched in:
and I have a template in my views located at :
views / backoffice/ places / search.js.erb
what could be wr...