Sha256: 0e15dc5028bf5509d2b5f6510314515054f44c610a3d6768d52d6ca2399fb798
Contents?: true
Size: 448 Bytes
Versions: 24
Compression:
Stored size: 448 Bytes
Contents
# frozen_string_literal: true module Maglev module Admin module Sections module PreviewsHelper def theme_path admin_theme_path end def create_section_screenshot_path(section) admin_sections_screenshots_path(section.id) end def section_iframe_preview_in_iframe_path(section) admin_sections_preview_in_frame_path(section.id) end end end end end
Version data entries
24 entries across 24 versions & 1 rubygems