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