Module: Applinks::ApplicationHelper

Defined in:
app/helpers/applinks/application_helper.rb

Instance Method Summary collapse

Instance Method Details



3
4
5
6
7
# File 'app/helpers/applinks/application_helper.rb', line 3

def applinks(data = {}, template = 'applinks/head')
  builder = Applinks::Builder.new(Applinks::Config.config, data)
  render(:partial => template,
         :locals => {applinks_builder: builder})
end