#778: remove SymlinkStub module
This commit is contained in:
parent
eaa2659abd
commit
9a12de95bb
|
@ -42,8 +42,4 @@ Rosa::Application.configure do
|
|||
config.active_record.auto_explain_threshold_in_seconds = 0.5
|
||||
end
|
||||
|
||||
require 'stub_xml_rpc'
|
||||
|
||||
Rails.application.config.to_prepare {
|
||||
# Platform.send :include, Modules::Models::SymlinkStub
|
||||
}
|
||||
require 'stub_xml_rpc'
|
|
@ -1,25 +0,0 @@
|
|||
# -*- encoding : utf-8 -*-
|
||||
module Modules
|
||||
module Models
|
||||
module SymlinkStub
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
def create_directory
|
||||
true
|
||||
end
|
||||
|
||||
def symlink_directory
|
||||
true
|
||||
end
|
||||
|
||||
def remove_symlink_directory
|
||||
true
|
||||
end
|
||||
end
|
||||
|
||||
module ClassMethods
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue