Sha256: 456d5af067aa0500cd9ab23fc2c9c1ab4dbc0cc586c71596654fc44975756714
Contents?: true
Size: 364 Bytes
Versions: 10
Compression:
Stored size: 364 Bytes
Contents
# frozen_string_literal: true run "bundle add pundit" puts "Add - Pundit module to Application Controller" puts "" inject_into_file "app/controllers/application_controller.rb", after: "class ApplicationController < ActionController::Base\n" do " include Pundit\n" end puts "Run - Pundit Generator" rails_command("generate pundit:install")
Version data entries
10 entries across 10 versions & 1 rubygems