Sha256: ff2515be9ed9cbd8890051040e2b6e284b7fe9ca54791e6b33fdbee83c6d4b7b
Contents?: true
Size: 381 Bytes
Versions: 16
Compression:
Stored size: 381 Bytes
Contents
require_dependency "landable/application_controller" module Landable module Public module Preview class PageRevisionsController < ApplicationController respond_to :html def show revision = PageRevision.find params[:id] respond_with revision.snapshot, responder: Landable::PageRenderResponder end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems