Class: AppKit::Views::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/app_kit/views/base.rb

Direct Known Subclasses

Dashboard

Instance Method Summary collapse

Instance Method Details

#table(resource, options = {}, &block) ⇒ Object



3
4
5
6
# File 'lib/app_kit/views/base.rb', line 3

def table(resource, options={}, &block)
  table = Table.new(resource, options)
  items.push table
end