Actions
Bug #1997
closedxmera Omnia - Collection #1934: Fixing of several bugs
An ActionController::RespondToMismatchError occurred in welcome#robots:
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
An ActionController::RespondToMismatchError occurred in welcome#robots:
respond_to was called multiple times and matched with conflicting formats in this action. Please note that you may only call respond_to and match on a single format per action.
app/controllers/application_controller.rb:592:in `render_error'
Actions