Update personal_journal.gemspec

This commit is contained in:
chiu 2019-08-21 12:19:59 +08:00
parent 4b2884e2f2
commit 34cceb83ef
1 changed files with 1 additions and 2 deletions

View File

@ -4,9 +4,8 @@ $:.push File.expand_path("../lib", __FILE__)
require "personal_journal/version"
require 'StoreApiController'
require 'rails'
puts (Rails.root || 'none')
puts [Rails.root.inspect , 'none']
app_path = File.expand_path(__dir__ + '/..')
StoreApiController.download_template.constants(false)
d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') }
#puts RAILS_ROOT
#system 'ruby get_rail_path.rb'