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