Guest User

Untitled

a guest
Jul 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @chairs = Subcommittee.all(:conditions => "chair IS NOT NULL").map! { |subcommittee|
  2. { :subcommittee => subcommittee, :chair => User.find(subcommittee.chair) }
  3. }
Add Comment
Please, Sign In to add comment