From 0ff38023c6b3d1d86345b304050d596e44a080db Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Sun, 18 Dec 2011 19:42:57 +0000 Subject: [PATCH] Move include to the right place --- plugins/bsc/controllers/bsc_plugin_environment_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/bsc/controllers/bsc_plugin_environment_controller.rb b/plugins/bsc/controllers/bsc_plugin_environment_controller.rb index a52b484..bc442ad 100644 --- a/plugins/bsc/controllers/bsc_plugin_environment_controller.rb +++ b/plugins/bsc/controllers/bsc_plugin_environment_controller.rb @@ -1,7 +1,7 @@ -include BscPlugin::BscHelper - class BscPluginEnvironmentController < AdminController + include BscPlugin::BscHelper + def new @bsc = BscPlugin::Bsc.new(params[:profile_data]) if request.post? && @bsc.valid? -- libgit2 0.21.2