mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
6 lines
130 B
Ruby
6 lines
130 B
Ruby
class IgnoresController < ApplicationController
|
|
def index
|
|
@ignores = Ignore.search(params[:name]).without_content
|
|
end
|
|
end
|