From 0fb9c1a89bb6c65bed0708230e968d24ec07613e Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Tue, 12 Jun 2012 11:21:14 +0100 Subject: Forgot to include variable in previous commit --- lib/alavetelitheme.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/alavetelitheme.rb b/lib/alavetelitheme.rb index d3998b2..e8cc960 100644 --- a/lib/alavetelitheme.rb +++ b/lib/alavetelitheme.rb @@ -1,3 +1,5 @@ +THEME_NAME = File.split(File.expand_path("../..", __FILE__))[1] + class ActionController::Base # The following prepends the path of the current theme's views to # the "filter_path" that Rails searches when deciding which -- cgit v1.2.3