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 1 class BscPluginEnvironmentController < AdminController
4 2  
  3 + include BscPlugin::BscHelper
  4 +
5 5 def new
6 6 @bsc = BscPlugin::Bsc.new(params[:profile_data])
7 7 if request.post? && @bsc.valid?
... ...