##// END OF EJS Templates
cleanup syntax of Relation#all at app/views/watchers/_new.html.erb...
Toshi MARUYAMA -
r12344:39ceaa7d55ce
parent child
Show More
@@ -20,7 +20,7
20 20 <%= principals_check_box_tags(
21 21 'watcher[user_ids][]',
22 22 (watched ?
23 watched.addable_watcher_users : User.active.all(:limit => 100))
23 watched.addable_watcher_users : User.active.limit(100).all)
24 24 ) %>
25 25 </div>
26 26
General Comments 0
You need to be logged in to leave comments. Login now