Sha256: ffb3f0080b39c15a67c923420c52af800de3aae40f07826e3fb2fc94b8db0fba
Contents?: true
Size: 446 Bytes
Versions: 24
Compression:
Stored size: 446 Bytes
Contents
# frozen_string_literal: true require "rails" require "decidim/core" module Decidim module DecidimAwesome module IframeComponent # This is the engine is used to create the component Map. class Engine < ::Rails::Engine isolate_namespace Decidim::DecidimAwesome::IframeComponent routes do root to: "iframe#show" end def load_seed nil end end end end end
Version data entries
24 entries across 24 versions & 1 rubygems