Commit 0ff38023c6b3d1d86345b304050d596e44a080db
1 parent
04f0aad7
Exists in
master
and in
22 other branches
Move include to the right place
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
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? |