Skip to content

Instantly share code, notes, and snippets.

@notesolution
Created June 13, 2012 18:34
Show Gist options
  • Save notesolution/2925694 to your computer and use it in GitHub Desktop.
Save notesolution/2925694 to your computer and use it in GitHub Desktop.
def index
id = params[:group_id]
group = Group.find id
@questions = group.questions
@allow = _user.allowed? group
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment