Commit 0be0cc3b authored by Mike Greiling's avatar Mike Greiling

fix conflicts in app/controllers/projects/variables_controller.rb

parent 263be3d4
class Projects::VariablesController < Projects::ApplicationController
<<<<<<< HEAD
prepend ::EE::Projects::VariablesController
=======
before_action :variable, only: [:show, :update, :destroy]
>>>>>>> master-ce
before_action :authorize_admin_build!
layout 'project_settings'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment