lib/generators/templates/views/new.html.erb in merb_datamapper-0.9.9 vs lib/generators/templates/views/new.html.erb in merb_datamapper-0.9.10

- old
+ new

@@ -1,3 +1,4 @@ <h1><%= class_name %> controller, new action</h1> -<p>Edit this file in <tt>app/views/<%= file_name %>/new.html.erb</tt></p> +<p>Edit this file in <tt>app/views/<%= file_name %>/new.html.erb</tt></p> +<p>For more information and examples of CRUD views read <a href="http://wiki.merbivore.com/howto/crud_view_example_with_merb_using_erb"> this wiki page</a> \ No newline at end of file