Files
libr-2/app/controllers/dashboard_controller.rb
T
2015-07-26 11:38:16 +08:00

8 lines
110 B
Ruby

class DashboardController < ApplicationController
before_action :authenticate_user!
def index
end
end