Skip to content

Commit bff472c

Browse files
committed
Expose Updates feed
1 parent fa4650e commit bff472c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/updates_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class UpdatesController < ApplicationController
22
include CursorPaginatable
33

4-
before_action :check_admin!, except: %i[index show]
4+
before_action :check_admin!, except: %i[index feed show]
55
before_action :set_update, only: %i[show edit update]
66

77
def index

0 commit comments

Comments
 (0)