Restream/redmine_undev_git

View on GitHub
lib/policies/create_remote_repo.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Policies
  class CreateRemoteRepo
    class << self
      def allowed?(repository_url)
        #todo
        true
      end
    end
  end
end