Module: FeaturerHelper

Defined in:
app/helpers/featurer_helper.rb

Instance Method Summary collapse

Instance Method Details

#featurer_head_tag(value) ⇒ Object



4
5
6
# File 'app/helpers/featurer_helper.rb', line 4

def featurer_head_tag(value)
  render partial: 'featurer/head_tag', locals: { value: value }
end