shadowbq / cartoque

A simple and free CMDB app written in Ruby on Rails
http://cartoque.org/
MIT License
1 stars 0 forks source link

rails4.x simple_form errors #5

Open shadowbq opened 8 years ago

shadowbq commented 8 years ago
123) Softwares GET /softwares/:id/edit shows an software form
       Failure/Error:
         def input_options(wrapper_options)
           options = super
           options[:include_blank] = false
           options[:prompt] = false
           options

       ActionView::Template::Error:
         wrong number of arguments (0 for 1)
       # ./app/inputs/multiselect_input.rb:12:in `input_options'
       # ./app/inputs/multiselect_input.rb:8:in `input'