Sha256: 158117afc258d50de3282e53baba30c6d1ce8fb92a0ae1ca686074efc4b37c18
Contents?: true
Size: 381 Bytes
Versions: 2
Compression:
Stored size: 381 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 ENV["playbook"] = "true" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-7.0.1.pre.alpha11 | app/controllers/playbook/application_controller.rb |
playbook_ui-7.0.1.pre.alpha10 | app/controllers/playbook/application_controller.rb |