Flowdock
method

build_options

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ActionView::Helpers::DateTimeSelector

Method not available on this version

This method is only available on newer versions. The first available version of the method is shown here.

build_options(selected, options = {}) private

Build select option html from date value and options

 build_options(15, :start => 1, :end => 31)
 => "<option value="1">1</option>
     <option value=\"2\">2</option>
     <option value=\"3\">3</option>..."
Show source
Register or log in to add new notes.