Sha256: 1a3e36f4134e34f22c6a9c7dc6886694d156a700038d0322c406a63dadcddf87
Contents?: true
Size: 255 Bytes
Versions: 21
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true module PgEngine module RequireSignIn def self.included(clazz) clazz.include RansackMemory::Concern clazz.before_action :authenticate_user! clazz.before_action :save_and_load_filters end end end
Version data entries
21 entries across 21 versions & 1 rubygems