dockyard/easy_auth

View on GitHub
lib/easy_auth/controllers/authenticated.rb

Summary

Maintainability
A
0 mins
Test Coverage
module EasyAuth::Controllers::Authenticated
  extend ActiveSupport::Concern

  included do
    before_filter :attempt_to_authenticate
  end
end