Sha256: 4510b1d72fa2bedc337787b542f2fc02896f9fdcc9e6f4609407b7e753d7fd5b
Contents?: true
Size: 390 Bytes
Versions: 9
Compression:
Stored size: 390 Bytes
Contents
# frozen_string_literal: true module Decidim module Pages # This is the engine that runs on the public interface of `decidim-pages`. # It mostly handles rendering the created page associated to a participatory # process. class Engine < ::Rails::Engine isolate_namespace Decidim::Pages routes do root to: "application#show" end end end end
Version data entries
9 entries across 9 versions & 2 rubygems