built_in/templates/cog/c++/seed.cpp.erb

Summary

Maintainability
Test Coverage
<%= warning %> 

#include "<%= header_path %>"

<% if in_scope %>
<%= use_named_scope in_scope %> 
<% end %>

<% features.each do |f| %>
<%= f.stamp_method %> 
<% end %>