Sha256: efb81172391118e1f13c3d1a2b42d09188146f1adbb32c71b3fc86027bfdf0fd
Contents?: true
Size: 309 Bytes
Versions: 31
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true module Playbook class ApplicationController < ActionController::Base protect_from_forgery with: :exception helper Webpacker::Helper helper Playbook::PbKitHelper helper Playbook::PbDocHelper append_view_path Playbook::Engine.root + "app/pb_kits" end end
Version data entries
31 entries across 31 versions & 1 rubygems