1 class ContainerRequestsController < ApplicationController
2 skip_around_filter :require_thread_api_token, if: proc { |ctrl|
3 Rails.configuration.anonymous_user_token and
4 'show' == ctrl.action_name
8 %w(Status Log Advanced)
12 @object.update_attributes! priority: 0
14 redirect_to params[:return_to]