Module: Workarea::Admin::PagesHelper

Defined in:
app/helpers/workarea/admin/pages_helper.rb

Instance Method Summary collapse

Instance Method Details

#page_templatesObject



3
4
5
6
7
# File 'app/helpers/workarea/admin/pages_helper.rb', line 3

def page_templates
  @page_templates ||= [
    [t('workarea.admin.content_pages.templates.generic'), 'generic']
  ]
end