You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stepModel(invoice_id: :id)# WHERE invoice_id = params[:invoice_id] AND id = params[:id]stepModel(:id)# WHERE id = params[:id]stepModel(:slug,:id)# WHERE slug = params[:id] OR id = params[:id]
The text was updated successfully, but these errors were encountered:
We should support the following formats:
The text was updated successfully, but these errors were encountered: