b3e1b2e3d3bb0a9e9f1594b09147c2ffc1cbcb54
[arvados.git] / app / models / api_client.rb
1 class ApiClient < ActiveRecord::Base
2   include AssignUuid
3   include KindAndEtag
4   include CommonApiTemplate
5   has_many :api_client_authorizations
6
7   api_accessible :superuser, :extend => :common do |t|
8     t.add :name
9     t.add :url_prefix
10   end
11 end