Sha256: 005d3c4df921c23b3c98cfb2721a302628ba185159cab5842e0f089c343e8428
Contents?: true
Size: 255 Bytes
Versions: 2
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true module Decidim # The main application controller that inherits from Rails. class ApplicationController < ActionController::Base protect_from_forgery with: :exception, prepend: true layout "application" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
decidim-core-0.0.1.alpha2 | app/controllers/decidim/application_controller.rb |
decidim-core-0.0.1.alpha1 | app/controllers/decidim/application_controller.rb |