Sha256: 9e2c2f96c8c2e65f0f5d01790e99bacb6b56c2f26dbacd53460e235a4dfa6c29
Contents?: true
Size: 302 Bytes
Versions: 9
Compression:
Stored size: 302 Bytes
Contents
ActionController::Base.send :include, ActionController::DisguiseApplication I18n.load_path += Dir[ File.join(File.dirname(__FILE__), '..', 'locales', '*.{rb,yml}') ] module Disguise THEME_PATH = 'themes' THEME_FULL_BASE_PATH = File.join(RAILS_ROOT, THEME_PATH) USE_DOMAIN_FOR_THEMES = false end
Version data entries
9 entries across 9 versions & 1 rubygems