res/generators/rhogen.rb in rhodes-2.2.4.beta.1 vs res/generators/rhogen.rb in rhodes-2.2.5.beta.1
- old
+ new
@@ -79,9 +79,14 @@
template :loading do |template|
template.source = 'app/loading.html'
template.destination = "#{name}/app/loading.html"
end
+
+ file :loadingpng do |file|
+ file.source = 'app/loading.png'
+ file.destination = "#{name}/app/loading.png"
+ end
directory :helpers do |directory|
directory.source = 'app/helpers'
directory.destination = "#{name}/app/helpers"
end