Module: Pageflow::PageBackgroundAssetHelper

Defined in:
app/helpers/pageflow/page_background_asset_helper.rb

Instance Method Summary collapse

Instance Method Details

#page_background_asset(configuration) ⇒ Object



3
4
5
6
# File 'app/helpers/pageflow/page_background_asset_helper.rb', line 3

def page_background_asset(configuration)
  render('pageflow/page_background_asset/element',
         configuration: configuration)
end