Skip to content

Instantly share code, notes, and snippets.

@eternal44
Last active August 29, 2015 14:26
Show Gist options
  • Save eternal44/75285411fac39ce8f492 to your computer and use it in GitHub Desktop.
Save eternal44/75285411fac39ce8f492 to your computer and use it in GitHub Desktop.
def show
@group = Group.find(params[:id])
@archive = Archive.new
@lift_type = ["Squat", "Bench", "Deadlift", "Overhead Press"]
@membership = Membership.where(group_id: (params[:id]))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment