Sha256: e473be34b727d075ae4662d9efa1da80d56dbf4d5768392c9a083d4220fda849
Contents?: true
Size: 469 Bytes
Versions: 16
Compression:
Stored size: 469 Bytes
Contents
require 'tramway/user/engine' require 'tramway/user/generators/install_generator' module Tramway module User class << self def root File.dirname __dir__ end def layout_path=(path) @layout_path = path end def layout_path @layout_path ||= 'tramway/user/application' end def root_path=(path) @root_path = path end def root_path @root_path end end end end
Version data entries
16 entries across 16 versions & 1 rubygems