Skip to content

Instantly share code, notes, and snippets.

@apangeajwrubel
Created August 19, 2012 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apangeajwrubel/3398053 to your computer and use it in GitHub Desktop.
Save apangeajwrubel/3398053 to your computer and use it in GitHub Desktop.
finding the itemstep ids in an activity
@activity = Activity.find(1085)
@activity.items.each do |item|
p item.item_steps.first.id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment