aboutsummaryrefslogtreecommitdiffstats
path: root/lib/alavetelitheme.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/alavetelitheme.rb')
-rw-r--r--lib/alavetelitheme.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/alavetelitheme.rb b/lib/alavetelitheme.rb
index 58defaa..2ba63ce 100644
--- a/lib/alavetelitheme.rb
+++ b/lib/alavetelitheme.rb
@@ -15,6 +15,13 @@ end
ActiveSupport::Dependencies.autoload_once_paths.delete(path)
end
+# Monkey patch app code
+require 'controller_patches.rb'
+require 'model_patches.rb'
+require 'patch_mailer_paths.rb'
+
+# Extend routes
+require 'config/custom-routes.rb'
# Plug theme-specific locale strings
require 'gettext_setup.rb'