Module: Maglev::Admin::Sections::PreviewsHelper

Defined in:
app/helpers/maglev/admin/sections/previews_helper.rb

Instance Method Summary collapse

Instance Method Details

#create_section_screenshot_path(section) ⇒ Object



11
12
13
# File 'app/helpers/maglev/admin/sections/previews_helper.rb', line 11

def create_section_screenshot_path(section)
  admin_sections_screenshots_path(section.id)
end

#section_iframe_preview_in_iframe_path(section) ⇒ Object



15
16
17
# File 'app/helpers/maglev/admin/sections/previews_helper.rb', line 15

def section_iframe_preview_in_iframe_path(section)
  admin_sections_preview_in_frame_path(section.id)
end

#theme_pathObject



7
8
9
# File 'app/helpers/maglev/admin/sections/previews_helper.rb', line 7

def theme_path
  admin_theme_path
end