Commit 020caf1274a32f3d6863f92acd82dded53463be0

Authored by randx
1 parent d72f8db0

Fixed wrong module name

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/controllers/refs_controller.rb
1 1 class RefsController < ApplicationController
2   - include Gitlabhq::Encode
  2 + include Gitlab::Encode
3 3 before_filter :project
4 4  
5 5 # Authorize
... ...