Sha256: 4e8029ae400a7bd84aeb0cc6f4d12c86bbd645d5e7be5773076696e89ccfa4f2
Contents?: true
Size: 351 Bytes
Versions: 182
Compression:
Stored size: 351 Bytes
Contents
# frozen_string_literal: true require 'generators/pundit/policy/policy_generator' class PgPunditGenerator < Pundit::Generators::PolicyGenerator source_root File.expand_path('templates', __dir__) remove_hook_for :test_framework # :doc: def namespace nil end # :doc: def class_path [] end def create_module_file; end end
Version data entries
182 entries across 182 versions & 1 rubygems