Sha256: 85c9f502f2839797c103b6141f5ac81d676d58a0265deab2e414cf78b5f5ca4e
Contents?: true
Size: 360 Bytes
Versions: 83
Compression:
Stored size: 360 Bytes
Contents
# frozen_string_literal: true module Decidim module Comments # This is the engine that runs on the public interface of `decidim-comments`. class AdminEngine < ::Rails::Engine isolate_namespace Decidim::Comments::Admin paths["db/migrate"] = nil paths["lib/tasks"] = nil def load_seed nil end end end end
Version data entries
83 entries across 83 versions & 1 rubygems