Module: Workarea::Storefront::RecentViewsHelper

Defined in:
app/helpers/workarea/storefront/recent_views_helper.rb

Instance Method Summary collapse

Instance Method Details

#recent_view_content(config) ⇒ Object



4
5
6
# File 'app/helpers/workarea/storefront/recent_views_helper.rb', line 4

def recent_view_content(config)
  { '_method' => 'patch' }.merge(config).to_json
end