mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
init project
This commit is contained in:
5
app/controllers/project_languages_controller.rb
Normal file
5
app/controllers/project_languages_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ProjectLanguagesController < ApplicationController
|
||||
def index
|
||||
@project_languages = ProjectLanguage.search(params[:name]).without_content
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user