Inheritance bugfix
This commit is contained in:
parent
40b28e4a84
commit
716cc97330
|
@ -1,4 +1,4 @@
|
||||||
class RepositoriesController < ApplicationController::Base
|
class RepositoriesController < ApplicationController
|
||||||
before_filter :authenticate_user!
|
before_filter :authenticate_user!
|
||||||
before_filter :find_platform
|
before_filter :find_platform
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue