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-3.0.1 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-2.2.7 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-2.2.6 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-2.2.5 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-2.2.0 app/controllers/mtwarden/account/dashboard_controller.rb
mtwarden-2.1.0 app/controllers/mtwarden/account/dashboard_controller.rb