Class: EnvironmentsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/environments_controller.rb

Instance Method Summary collapse

Instance Method Details

#changesObject



9
10
11
# File 'app/controllers/environments_controller.rb', line 9

def changes
  @branch = Branch.find(params[:deployment][:branch_id])
end

#showObject



6
7
# File 'app/controllers/environments_controller.rb', line 6

def show
end