PHCNetworks/multi-tenancy-warden

View on GitHub
app/controllers/mtwarden/account/dashboard_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
require_dependency "mtwarden/application_controller"

module Mtwarden
    class Account::DashboardController < ApplicationController
        before_filter :authenticate_user!
    end
end