Sha256: 1f867ef9a79a2dce72649aa7464cca5ec6e5491929b8b53fc618d8a481a3ac40
Contents?: true
Size: 345 Bytes
Versions: 75
Compression:
Stored size: 345 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 helper Playbook::PbSampleHelper append_view_path Playbook::Engine.root + "app/pb_kits" end end
Version data entries
75 entries across 75 versions & 1 rubygems