Home > details_table

details_table

Details_table is a project mainly written in Ruby, based on the MIT license.

Very easily create tables based on a model's attributes.

h1. DetailsTable

Very easily create tables based on a model's attributes.

h2. Example

= details_table :object => @order, :except=>["id", "amount"]

Copyright (c) 2009 Arthur Gunn, released under the MIT license

Previous:Simpl