mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
130fe2b172
we should take disabled option not only from `html_options` hash but from `options` hash too like `build_select` method does it. So datetime_select("post", "updated_at", { :discard_minute => true }, { :disabled => true }) datetime_select("post", "updated_at", :discard_minute => true , :disabled => true) both these variants work now closes #7431 |
||
---|---|---|
.. | ||
helpers | ||
locale | ||
renderer | ||
template | ||
testing | ||
asset_paths.rb | ||
base.rb | ||
buffers.rb | ||
context.rb | ||
flows.rb | ||
helpers.rb | ||
log_subscriber.rb | ||
lookup_context.rb | ||
path_set.rb | ||
railtie.rb | ||
template.rb | ||
test_case.rb |