mirror of
https://github.com/github/rails.git
synced 2026-01-29 08:18:03 -05:00
0092d0ac6de041995d6f4555c6e52590799cbefb
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5214 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Association collections have an _ids reader method to match the existing writer for collection_select convenience (e.g. employee.task_ids). The writer method skips blank ids so you can safely do @employee.task_ids = params[:tasks] without checking every time for an empty list or blank values. References #1887, Closes #5780.
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%