Skip to content
Snippets Groups Projects

6 1 stable

Closed gitlab-qa-bot requested to merge github/fork/ArthurHoaro/6-1-stable into master
37 files
+ 773
272
Compare changes
  • Side-by-side
  • Inline
Files
37
class Profiles::KeysController < ApplicationController
layout "profile"
before_filter :reject_guest!
def index
@keys = current_user.keys.order('id DESC').all
end
Loading