Sha256: 87b1c71fb1fa23497ad600469ef768569fe0d428b9d2946e472918f0a24f90df
Contents?: true
Size: 170 Bytes
Versions: 16
Compression:
Stored size: 170 Bytes
Contents
module Agilib class Engine < ::Rails::Engine config.autoload_paths += Dir["#{config.root}/lib/**/"] config.autoload_paths += Dir["#{config.root}/app/**/"] end end
Version data entries
16 entries across 16 versions & 1 rubygems