Method: Brightcontent::BaseHelper#render_if_exists
- Defined in:
- app/helpers/brightcontent/base_helper.rb
#render_if_exists(*args) ⇒ Object
15 16 17 18 19 |
# File 'app/helpers/brightcontent/base_helper.rb', line 15 def render_if_exists(*args) render(*args) rescue ActionView::MissingTemplate nil end |