• S
    Fix select tag helper used with Enumerable choices · efe62b71
    Sam Pohlenz 提交于
    Allows a custom object implementing Enumerable to be used as the choices
    parameter for a select tag, which previously wasn't possible due to the
    call to `empty?` on the choices (which isn't implemented on Enumerable).
    efe62b71
select.rb 1.2 KB