Skip to content

Instantly share code, notes, and snippets.

@xander-miller
Created February 23, 2014 15:16
Show Gist options
  • Save xander-miller/9172681 to your computer and use it in GitHub Desktop.
Save xander-miller/9172681 to your computer and use it in GitHub Desktop.
item#index
def index
@list = List.find(params[:list_id])
@items = @list.items
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment