Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 13:25:27 +08:00
parent c1afc28c61
commit 38030d09ab
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)
require "personal_journal/version"
require 'rails'
app_path = File.expand_path(__dir__ + '/..')
puts [ENV.to_h , 'none',app_path,Rails.root]
puts ENV['PWD']
d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') }
#puts RAILS_ROOT