parent
1ed81c2fb7
commit
862012a8c4
|
@ -5,8 +5,11 @@ require "personal_journal/version"
|
|||
require 'rails'
|
||||
app_path = File.expand_path(__dir__ + '/..')
|
||||
template_path = ENV['PWD'] + '/app/templates'
|
||||
puts Dir.glob(template_path+'/*/')
|
||||
d = Dir.entries(app_path).select {|entry| File.directory? File.join(app_path,entry) and !(entry =='.' || entry == '..') }
|
||||
all_template = Dir.glob(template_path+'/*/')
|
||||
all_template.each do |folder|
|
||||
begin system ('cp -f '+ app_path + 'personal-journal/modules' + folder + '/modules')
|
||||
rescue puts 'error copy'
|
||||
end
|
||||
#puts RAILS_ROOT
|
||||
#system 'ruby get_rail_path.rb'
|
||||
# Describe your gem and declare its dependencies:
|
||||
|
|
Loading…
Reference in New Issue