Method: Sibu::PagesHelper#current_elt

Defined in:
app/helpers/sibu/pages_helper.rb

#current_elt(elt) ⇒ Object



365
366
367
# File 'app/helpers/sibu/pages_helper.rb', line 365

def current_elt(elt)
  (elt.is_a?(Hash) ? elt : (select_element(elt) || {})).except('elements')
end