dockyard/easy_auth

View on GitHub
lib/easy_auth/controllers.rb

Summary

Maintainability
A
0 mins
Test Coverage
module EasyAuth::Controllers
  extend ActiveSupport::Autoload
  autoload :Authenticated
  autoload :Sessions
end