Class: Tuttle::DeviseController

Inherits:
ApplicationController show all
Defined in:
app/controllers/tuttle/devise_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#check_reload_status

Instance Method Details

#indexObject



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