Remove unnecessary requires from app
This commit is contained in:
parent
061c53ff1d
commit
c4a192f436
3 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
|||
require "oauth/controllers/provider_controller"
|
||||
|
||||
class OauthController < ApplicationController
|
||||
include OAuth::Controllers::ProviderController
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require "delegate"
|
||||
|
||||
module GeoRecord
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue