Sha256: e8d6665de1d25ddee7bc4b389373cfba7fd64bf3164a7dab0cada68b612b45cf
Contents?: true
Size: 264 Bytes
Versions: 15
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true module Katalyst module Navigation class BaseController < ActionController::Base include Katalyst::Tables::Backend helper Katalyst::Navigation::EditorHelper helper Katalyst::Tables::Frontend end end end
Version data entries
15 entries across 15 versions & 1 rubygems