Sha256: 88504794e5009f055071060d1acdda4dd32595cadac6085401a038bf8b073381
Contents?: true
Size: 358 Bytes
Versions: 7
Compression:
Stored size: 358 Bytes
Contents
module PageflowPaged module Editor # @api private class EntriesController < PageflowPaged::ApplicationController include Pageflow::EditorController skip_before_action :verify_edit_lock, only: :partials def partials I18n.locale = @entry.locale render action: 'partials', layout: false end end end end
Version data entries
7 entries across 7 versions & 1 rubygems