mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-31 12:09:17 +08:00
Remove scope for before_action
This commit is contained in:
parent
2c0a6ed085
commit
7661a24a44
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class RepositoryStatusItemsController < ApplicationController
|
||||
before_action :load_vars, only: :search
|
||||
before_action :load_vars
|
||||
|
||||
def search
|
||||
status_items = @repository_column.repository_status_items
|
||||
|
|
Loading…
Reference in a new issue