verboice setting from blank

Issue #49 new
Channa Ly created an issue

Page error. ActionView::Template::Error (no implicit conversion of String into Integer): 49: 50: <%= form_tag(update_settings_path(tab: params[:tab]), method: :put, class: 'form form-inline', id: 'form-verboice') do %> 51: <% 52: channel_options = @parameters[:channels].map{|c| [ c['name'], c['id'] ] } 53: project_options = @parameters[:projects].map{|p| [ p['name'], p['id'] ] } 54: call_flow_options = [] 55: @parameters[:call_flows].each do |f| app/views/settings/_verboice.html.erb:52:in `[]'

Comments (0)

  1. Log in to comment