]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/client_application.rb
Move the user api methods into a separate controller in the api namespace
[rails.git] / app / models / client_application.rb
index d11942beb6434e7c393db40ad3cfd5f3c3c4849b..5dafaaa5c7afefd4097e30f0d3f7283245dacf92 100644 (file)
@@ -30,8 +30,6 @@
 #  client_applications_user_id_fkey  (user_id => users.id)
 #
 
-require "oauth"
-
 class ClientApplication < ActiveRecord::Base
   belongs_to :user
   has_many :tokens, :class_name => "OauthToken", :dependent => :delete_all