oneclickorgs/one-click-orgs

View on GitHub
app/controllers/change_objectives_resolutions_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ChangeObjectivesResolutionsController < ApplicationController
  def new
    @change_objectives_resolution = ChangeObjectivesResolution.new(:organisation => co)
    respond_to do |format|
      format.html
      format.js
    end
  end
end