Prepare to support ruby 3.3.
This commit is contained in:
parent
b2c3627afa
commit
6c2a5caf30
|
@ -1,6 +1,7 @@
|
|||
module EPaper
|
||||
class Engine < ::Rails::Engine
|
||||
initializer "e_paper" do
|
||||
Rails.application.config.to_prepare do
|
||||
env_pwd = ENV['PWD']
|
||||
begin
|
||||
require File.expand_path('app/models/sub_part.rb', env_pwd)
|
||||
|
@ -79,4 +80,5 @@ module EPaper
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue