Skip to content

Commit

Permalink
fix: removing env display
Browse files Browse the repository at this point in the history
  • Loading branch information
voodooGQ committed Jan 25, 2024
1 parent 5f174b7 commit 8e04f29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/bin/rails
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/usr/bin/env ruby
require 'pp'
pp ENV.to_h

puts ENV['RAILS_ENV']

APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'

0 comments on commit 8e04f29

Please sign in to comment.