summaryrefslogtreecommitdiff
path: root/app/models/ldap_key.rb
blob: 4a344ee0fa0f1217fb6b516d3c7d53c0dd5e741b (plain)
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