Flowdock
option_value_selected?(value, selected) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/helpers/form_options_helper.rb, line 733
        def option_value_selected?(value, selected)
          Array(selected).include? value
        end
Register or log in to add new notes.