Module: ActiveScaffold::Bridges::TinyMce::Helpers::ShowColumnHelpers
- Defined in:
- lib/active_scaffold/bridges/tiny_mce/helpers.rb
Instance Method Summary collapse
- #active_scaffold_show_text_editor(record, column, ui_options: column.options) ⇒ Object (also: #active_scaffold_show_tinymce)
Instance Method Details
#active_scaffold_show_text_editor(record, column, ui_options: column.options) ⇒ Object Also known as: active_scaffold_show_tinymce
41 42 43 |
# File 'lib/active_scaffold/bridges/tiny_mce/helpers.rb', line 41 def active_scaffold_show_text_editor(record, column, ui_options: column.) record.send(column.name).html_safe # rubocop:disable Rails/OutputSafety end |