Sha256: af53f8ca499761f2d25214463b5b1bfa22243d4f0370192083151e98298259d4
Contents?: true
Size: 232 Bytes
Versions: 13
Compression:
Stored size: 232 Bytes
Contents
require "lines/engine" module Lines # host application root path # We set this when the engine is initialized mattr_accessor :app_root # Yield self on setup for nice config blocks def self.setup yield self end end
Version data entries
13 entries across 13 versions & 1 rubygems