Commit 23fc32e6 authored by Camil Staps's avatar Camil Staps

Allow viewing starrers of empty projects

parent df5d9ab0
......@@ -3,9 +3,6 @@
class Projects::StarrersController < Projects::ApplicationController
include SortingHelper
# Authorize
before_action :require_non_empty_project
def index
@sort = params[:sort].presence || sort_value_name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment