Sha256: c2dff9a6e2929c04983db71eb6e50414e9a22c42f862fd24fdcf199bbe2b50de
Contents?: true
Size: 360 Bytes
Versions: 8
Compression:
Stored size: 360 Bytes
Contents
# frozen_string_literal: true module Pundit module Generators class PolicyGenerator < ::Rails::Generators::NamedBase source_root File.expand_path("templates", __dir__) def create_policy template "policy.rb", File.join("app/policies", class_path, "#{file_name}_policy.rb") end hook_for :test_framework end end end
Version data entries
8 entries across 8 versions & 2 rubygems