Sha256: adf9db216450d3c4cbc2f9154bb00cf599af6c6bef3a64ef5b8f162630b47049

Contents?: true

Size: 174 Bytes

Versions: 26

Compression:

Stored size: 174 Bytes

Contents

require_dependency "mtwarden/application_controller"

module Mtwarden
	class Account::DashboardController < ApplicationController
		before_filter :authenticate_user!
	end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
mtwarden-4.1.2 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-4.1.1 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-4.1.0 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-4.0.0 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.6.2 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.6.1 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.6.0 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.5.1 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.5.0 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.3.4 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.3.3 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.3.2 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.3.1 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.3.0 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.2.0 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.1.2 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.1.1 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.1.0 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.0.3 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-3.0.2 app/controllers/mtwarden/account/dashboard_controller.rb