templates/home_controller.rb in prologue-0.3.9 vs templates/home_controller.rb in prologue-0.3.10
- old
+ new
@@ -1,6 +1,7 @@
generate(:controller, "home index")
+remove_file 'app/views/home/index.html.haml'
create_file 'app/views/home/index.html.haml' do
<<-FILE
%h1 #{app_name.humanize}
FILE
end
\ No newline at end of file