Class: Decidim::NewsletterTemplates::BaseCell
Instance Method Summary
collapse
#parse_interpolations
#decidim_escape_translated, #decidim_html_escape, #decidim_sanitize, #decidim_sanitize_admin, #decidim_sanitize_editor, #decidim_sanitize_editor_admin, #decidim_sanitize_newsletter, #decidim_sanitize_translated, #decidim_url_escape, included
Methods inherited from ViewModel
#call, #current_user
#element_id
#button_to, #submit_tag
#action_authorized_button_to, #action_authorized_link_to, #logged_button_to, #logged_link_to
#has_visible_scopes?, #scope_name_for_picker, #scopes_picker_field, #scopes_picker_filter, #scopes_picker_tag
#default_locale?
#areas_for_select, #base_error_messages, #decidim_form_for, #decidim_form_slug_url, #editor_field_tag, #form_field_has_error?, #form_required_explanation, #name_with_locale, #scopes_picker_field_tag, #tab_element_class_for, #translated_field_tag
#linked_classes_filter_values_for, #linked_classes_for, #linked_resources_for, #resource_locator, #resource_title
Instance Method Details
#custom_url_for_mail_root ⇒ Object
29
30
31
|
# File 'app/cells/decidim/newsletter_templates/base_cell.rb', line 29
def custom_url_for_mail_root
options[:custom_url_for_mail_root]
end
|
#decidim ⇒ Object
33
34
35
|
# File 'app/cells/decidim/newsletter_templates/base_cell.rb', line 33
def decidim
@decidim ||= EngineRouter.new("decidim", {})
end
|
#newsletter ⇒ Object
21
22
23
|
# File 'app/cells/decidim/newsletter_templates/base_cell.rb', line 21
def newsletter
options[:newsletter]
end
|
#organization ⇒ Object
Also known as:
current_organization
16
17
18
|
# File 'app/cells/decidim/newsletter_templates/base_cell.rb', line 16
def organization
options[:organization]
end
|
#recipient_user ⇒ Object
25
26
27
|
# File 'app/cells/decidim/newsletter_templates/base_cell.rb', line 25
def recipient_user
options[:recipient_user]
end
|
#show ⇒ Object
12
13
14
|
# File 'app/cells/decidim/newsletter_templates/base_cell.rb', line 12
def show
render :show
end
|