Skip to content

Instantly share code, notes, and snippets.

@pier-oliviert
Created October 12, 2012 21:05
Show Gist options
  • Save pier-oliviert/3881525 to your computer and use it in GitHub Desktop.
Save pier-oliviert/3881525 to your computer and use it in GitHub Desktop.
@memberships = current_user.memberships
project_ids = @memberships.collect {|m| m.project.id}
@events = Event.select("id, name, description, start_at, end_at, all_day, project_id").where("project_id IN ?", project_ids).to_json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment