Sha256: 1df8dbe5c57bc5005e2805e64bd9f2edd023b0c0e1590f03f222ba7f15ded719

Contents?: true

Size: 270 Bytes

Versions: 31

Compression:

Stored size: 270 Bytes

Contents

require_dependency "mtdevise/application_controller"

module Mtdevise
	class DashboardController < ApplicationController

		# Filters and 
		before_action :authenticate_user!
		layout "mtdevise/dashboard"

		# Define Dashboard Frontend Index
		def index
		end

	end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
mtdevise-3.10.1 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.10.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.9.1 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.9.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.8.4 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.8.3 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.8.2 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.8.1 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.8.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.7.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.6.2 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.6.1 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.6.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.5.11 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.5.10 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.5.9 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.5.8 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.5.7 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.5.5 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.5.1 app/controllers/mtdevise/dashboard_controller.rb