datacite/poodle

View on GitHub
app/controllers/index_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class IndexController < ApplicationController
  def login
    render plain: "One-time login and session cookies not supported by this service", status: :not_implemented
  end

  def routing_error
    fail AbstractController::ActionNotFound
  end
end