Displaying 1 result from an estimated 1 matches for "scaffold_table_class".
2006 Jun 06
0
Scaffolding Extension - Polimorphic Associations
...9;'
(eval):1:in `compute_type''
-e:3
In show action:
activesupport-1.3.1/lib/active_support/dependencies.rb:100:in
`const_missing'': uninitialized constant Privable
Extracted source (around line #6):
3: <table id="scaffolded" class="<%=
@scaffold_class.scaffold_table_class :show %>">
4: <thead><tr><th>Attribute</th><th>Value</th></tr></thead>
5: <tbody>
6: <% @scaffold_class.scaffold_fields.each do |column| %>
7: <tr>
8: <td><%= column.humanize %></td>
9: <td&g...