Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 11:52:32 +08:00
parent f508c08a66
commit d6aa001220
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
# Maintain your gem's version:
require "personal_journal/version"
require 'rails/engine'
rails_root = ENV['RAILS_ROOT'] || 'production'
puts Rails.root
app_path = File.expand_path(__dir__ + '/..')
d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') }
#puts RAILS_ROOT