Class: Qe::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Qe::ApplicationController
- Defined in:
- app/controllers/qe/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#check_valid_user ⇒ Object
TODO allow this to be easily configured with the main app’s auth procedure.
Instance Method Details
#check_valid_user ⇒ Object
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 |