public
Description: A Haml Scaffolding Generator for RSpec
Homepage: http://blog.citrusbyte.com/2008/3/11/what-s-that-rspec-haml-scaffolds-yes-it-is
Clone URL: git://github.com/dfischer/rspec-haml-scaffold-generator.git
Search Repo:
flurb (author)
Fri Mar 14 19:01:05 -0700 2008
commit  5b10c9d46af38c42a69aa731cbfade4be2d1da13
tree    eeb825a9b6d25c49331a5e67f9f3bcfbfff556bf
parent  4074d5769b6cd01c892346c1c31647957fc4cec2
100644 9 lines (7 sloc) 0.28 kb
1
2
3
4
5
6
7
8
9
<% for attribute in attributes -%>
%p
  %b <%= attribute.column.human_name %>:
  =h @<%= singular_name %>.<%= attribute.name %>
 
<% end -%>
 
= link_to 'Edit', <%= path_for(table_name, singular_name, "edit") %>
= link_to 'Back', <%= path_for(table_name, singular_name, "index") %>