Skip to content

Commit

Permalink
不要な定数を削除する
Browse files Browse the repository at this point in the history
  • Loading branch information
yocchan-git committed Mar 28, 2024
1 parent d7893ae commit 892701c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/api/users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
class API::UsersController < API::BaseController
before_action :set_user, only: %i[show update]
before_action :require_login_for_api
CURRENT_PAGE_COUNT = 1
PAGER_NUMBER = 24

def index
Expand Down

0 comments on commit 892701c

Please sign in to comment.