class ApplicationController

Public Instance Methods

backend() click to toggle source
# File lib/engine/app/controllers/application_controller.rb, line 12
def backend
  @backend ||= BackendConnection.build(current_database: session[:database])
end
redis_not_available() click to toggle source
# File lib/engine/app/controllers/application_controller.rb, line 16
def redis_not_available
  render 'layouts/redis_not_available'
end