Commit 0ff38023c6b3d1d86345b304050d596e44a080db

Authored by Antonio Terceiro
1 parent 04f0aad7

Move include to the right place

plugins/bsc/controllers/bsc_plugin_environment_controller.rb
1 -include BscPlugin::BscHelper  
2 -  
3 class BscPluginEnvironmentController < AdminController 1 class BscPluginEnvironmentController < AdminController
4 2
  3 + include BscPlugin::BscHelper
  4 +
5 def new 5 def new
6 @bsc = BscPlugin::Bsc.new(params[:profile_data]) 6 @bsc = BscPlugin::Bsc.new(params[:profile_data])
7 if request.post? && @bsc.valid? 7 if request.post? && @bsc.valid?