From 9be9c68f914a3a9a2cd26890bd118ae8abd1fb9d Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 29 Dec 2015 15:36:38 -0500 Subject: [PATCH] missing equals --- my_app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_app.rb b/my_app.rb index e1f8943..b762a0d 100644 --- a/my_app.rb +++ b/my_app.rb @@ -3,7 +3,7 @@ # Optional: Uncomment the final line to use your own views folder # (e.g., for serving custom ERB templates from `./views`). For more # information see https://github.com/benbalter/add-to-org#customizing-views. -# AddToOrg.views_dir File.expand_path("./views", File.dirname(__FILE__)) +# AddToOrg.views_dir = File.expand_path("./views", File.dirname(__FILE__)) # Optional: Uncomment the final line to use your own public folder # (e.g., for static assets from `./public`). For more information see