mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
6 lines
158 B
Ruby
6 lines
158 B
Ruby
class ProjectLanguagesController < ApplicationController
|
|
def index
|
|
@project_languages = ProjectLanguage.search(params[:name]).without_content
|
|
end
|
|
end
|