Skip to content

Commit

Permalink
Merge pull request #737 from usernaimandrey/fix-deprecated-warning
Browse files Browse the repository at this point in the history
fix deprecated warning
  • Loading branch information
amshkv authored May 3, 2024
2 parents c345d2f + 550aa77 commit 7d0c001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
impressionist_dir = Gem::Specification.find_by_name('impressionist').gem_dir
require File.join(impressionist_dir, '/app/controllers/impressionist_controller.rb')

Dotenv::Railtie.load
Dotenv::Rails.load

module HexletCv
class Application < Rails::Application
Expand Down

0 comments on commit 7d0c001

Please sign in to comment.