module TableFor

Constants

VERSION

Public Class Methods

setup() { |config| ... } click to toggle source

Default way to setup TableFor

# File lib/table_for.rb, line 18
def self.setup
  yield config
end