mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 20:05:55 +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
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class RepositoryStatusItemsController < ApplicationController
|
class RepositoryStatusItemsController < ApplicationController
|
||||||
before_action :load_vars, only: :search
|
before_action :load_vars
|
||||||
|
|
||||||
def search
|
def search
|
||||||
status_items = @repository_column.repository_status_items
|
status_items = @repository_column.repository_status_items
|
||||||
|
|
Loading…
Add table
Reference in a new issue