Class: Tuttle::DeviseController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Tuttle::DeviseController
- Defined in:
- app/controllers/tuttle/devise_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
7 8 9 |
# File 'app/controllers/tuttle/devise_controller.rb', line 7 def index render(plain: "Devise not installed") and return unless defined? ::Devise end |