Inheritance bugfix

This commit is contained in:
Alexey Nayden 2011-03-11 19:15:06 +03:00
parent 40b28e4a84
commit 716cc97330
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class RepositoriesController < ApplicationController::Base
class RepositoriesController < ApplicationController
before_filter :authenticate_user!
before_filter :find_platform