Changeset 357
* ignored input when attrs[:scm_name] == "".
Jan 13 2008 * 07:14 (10 months ago)
Committed by koutou
Affected files:
extensions/1-1/scm_ticket_update/ext/user.rb (Download diff)
| r233 | r357 | ||
|---|---|---|---|
16 | 16 | ||
17 | def protected_attributes_with_scm_name=(attrs) | 17 | def protected_attributes_with_scm_name=(attrs) |
18 | self.protected_attributes_without_scm_name = attrs | 18 | self.protected_attributes_without_scm_name = attrs |
19 | self.scm_name = attrs[:scm_name] if attrs[:scm_name] | 19 | self.scm_name = attrs[:scm_name] unless attrs[:scm_name].blank? |
20 | end | 20 | end |
21 | 21 | ||
22 | end | 22 | end |


RSS feeds