mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 03:36:44 +08:00
Add NotImplementedError
This commit is contained in:
parent
22b71bc9cb
commit
de9df7f1b0
1 changed files with 3 additions and 1 deletions
|
@ -82,7 +82,9 @@ class RepositoryColumnsController < ApplicationController
|
|||
end
|
||||
end
|
||||
|
||||
def items; end
|
||||
def items
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def available_asset_type_columns
|
||||
if @asset_columns.empty?
|
||||
|
|
Loading…
Reference in a new issue