Sha256: 54f0c86a46d3369b0d37e18be2faac9688233f488742bc02655cb09dfff06623
Contents?: true
Size: 278 Bytes
Versions: 16
Compression:
Stored size: 278 Bytes
Contents
module TableFor module ViewAdditions module ClassMethods def table_for(records, options={}, &block) TableFor::Base.new(self, options.merge(:variable => "table", :records => records)).render_template("table_for/table_for", &block) end end end end
Version data entries
16 entries across 16 versions & 1 rubygems