generators/app/app_generator.rb in newplugin-0.0.2 vs generators/app/app_generator.rb in newplugin-0.0.3
- old
+ new
@@ -21,10 +21,10 @@
test/app_root/config/environments test/app_root/config/initializers
).each do |path|
m.directory path
end
- m.template_copy_each %w(MIT-LICENSE README Rakefile init.rb install.rb uninstall.rb test/test_helper.rb test/app_root/app/controllers/application_controller.rb)
+ m.template_copy_each %w(MIT-LICENSE README Rakefile init.rb install.rb uninstall.rb test/test_helper.rb test/app_root/app/controllers/application_controller.rb test/app_root/app/controllers/application.rb)
m.template "lib/module.rb","lib/#{file_name}.rb"
m.template "tasks/tasks.rake","tasks/#{file_name}_tasks.rake"
m.file_copy_each %w(
test/app_root/config/boot.rb