Sha256: d1df4fe0c32de1081499c7f1e666b0fb0c0000596dfaf4a2615735bb1ca36177

Contents?: true

Size: 269 Bytes

Versions: 33

Compression:

Stored size: 269 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

33 entries across 33 versions & 1 rubygems

Version Path
mtdevise-6.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-5.1.2 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-5.1.1 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-5.1.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-5.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-5.0.0b app/controllers/mtdevise/dashboard_controller.rb
mtdevise-4.1.5 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-4.1.4 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-4.1.2 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-4.1.1 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-4.1.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-4.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-3.10.2 app/controllers/mtdevise/dashboard_controller.rb