module TheGrid

Constants

VERSION

Public Class Methods

build_for(relation) click to toggle source
# File lib/the_grid.rb, line 12
def self.build_for(relation)
  Api.new(relation)
end
configure() { |c| ... } click to toggle source
# File lib/the_grid.rb, line 8
def self.configure
  Config.new.tap{ |c| yield c }.apply
end