app/controllers/mtdevise/account/dashboard_controller.rb in mtdevise-2.5.0 vs app/controllers/mtdevise/account/dashboard_controller.rb in mtdevise-2.5.2

- old
+ new

@@ -1,11 +1,15 @@ require_dependency "mtdevise/application_controller" module Mtdevise class Account::DashboardController < Mtdevise::ApplicationController + + # Filters & Layouts layout "mtdevise/dashboard" before_action :authenticate_user! + # User Dashboard Backend def index end + end -end \ No newline at end of file +end