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-16.1.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-16.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-15.2.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-15.1.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-15.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-14.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-13.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-12.0.1 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-12.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-11.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-10.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-9.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-8.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-7.1.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-7.0.1 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-7.0.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-6.2.0 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-6.1.2 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-6.1.1 app/controllers/mtdevise/dashboard_controller.rb
mtdevise-6.1.0 app/controllers/mtdevise/dashboard_controller.rb