module LemonWay::Helpers::Forms
Constants
- DIRECTKIT_FORM_URL
Public Instance Methods
lemon_way_form_url(form_id)
click to toggle source
# File lib/lemon_way/helpers/forms.rb, line 9 def lemon_way_form_url(form_id) DIRECTKIT_FORM_URL .sub('{company_name}', LemonWay.client.company) .sub('{env}', LemonWay.client.env) .sub('{id}', form_id) end