Sha256: 41ee637ddc92cbeef8091e5f2cd957af347edefa8c847915d5f72b58fb5be29e

Contents?: true

Size: 223 Bytes

Versions: 3

Compression:

Stored size: 223 Bytes

Contents

module RPG_Tools 
   class << self
    def setup
      yield self
    end
   end
   
end
# reopen ActiveRecord and include all the above to make
# them available to all our models if they want it
require 'rpg-tools/engine' 

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rpg-tools-0.2.4 lib/rpg-tools.rb
rpg-tools-0.2.3 lib/rpg-tools.rb
rpg-tools-0.2.2 lib/rpg-tools.rb