Is your feature request related to a problem? Please describe.
Avoid using double interpolation in the one string
Your thoughts?
Additional context.
Example
"/campaigns/#{@workflow.persisted? ? "update_step/#{@workflow.campaign_id}.json" : "create_step/#{@campaign.id}.json"}"
Is your feature request related to a problem? Please describe.
Avoid using double interpolation in the one string
Your thoughts?
Additional context.
Example
"/campaigns/#{@workflow.persisted? ? "update_step/#{@workflow.campaign_id}.json" : "create_step/#{@campaign.id}.json"}"