Sha256: 319af1c3c1c61bf72dd734f4497d412aa873e754c5f6394e98ce312964dc2763
Contents?: true
Size: 329 Bytes
Versions: 7
Compression:
Stored size: 329 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 def load_seed nil end end end end
Version data entries
7 entries across 7 versions & 1 rubygems