Sha256: 17bfb213c5cf8da10c4f9f0c95622d1b393572f90bcc228e2552e3a81eb6628d
Contents?: true
Size: 264 Bytes
Versions: 15
Compression:
Stored size: 264 Bytes
Contents
class AwesomeTranslations::ApplicationController < ActionController::Base before_action :init_cache skip_before_action :handle_two_factor_authentication, raise: false private def init_cache AwesomeTranslations::CacheDatabaseGenerator.current end end
Version data entries
15 entries across 15 versions & 1 rubygems