1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# == Schema Information # # Table name: keys # # id :integer not null, primary key # user_id :integer # created_at :datetime # updated_at :datetime # key :text # title :string(255) # identifier :string(255) # type :string(255) # class LDAPKey < Key end