Class: Qe::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/qe/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#check_valid_userObject

TODO allow this to be easily configured with the main app’s auth procedure



5
6
7
# File 'app/controllers/qe/application_controller.rb', line 5

def check_valid_user
	true
end