Sha256: b0e7adf75212290e1611d97f06bf7be144d45fe28d06c028d46b7ee4865a016b
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 Bytes
Contents
# -*- encoding : utf-8 -*- require 'active_link_to' module Tabit autoload :Version, 'tabit/version' autoload :Config, 'tabit/config' autoload :Railtie, 'tabit/railtie' autoload :Helper, 'tabit/helper' autoload :Builder, 'tabit/builder' autoload :Item, 'tabit/item' def self.configure(&block) @configuration = Tabit::Config.new(&block) end def self.configuration @configuration ||= Tabit::Config.new end end require 'tabit/railtie' if defined? Rails require 'tabit/cell' if defined? Cell
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tabit-0.4.0 | lib/tabit.rb |
tabit-0.3.4 | lib/tabit.rb |