datacite/cheetoh

View on GitHub
app/controllers/index_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class IndexController < ApplicationController
  def login
    fail NotImplementedError, "one-time login and session cookies not supported by this service" 
  end
end