Sha256: d281f075d24ce39eec92d1f8fa50fe4bfbbbc82db8150b35f366559e18b1bd45
Contents?: true
Size: 223 Bytes
Versions: 58
Compression:
Stored size: 223 Bytes
Contents
# frozen_string_literal: true module Decidim class HomepageController < Decidim::ApplicationController layout "layouts/decidim/application" skip_before_action :store_current_location def show; end end end
Version data entries
58 entries across 58 versions & 1 rubygems