parent
5f95ee46e2
commit
6887995333
@ -0,0 +1,5 @@
|
|||||||
|
class ProjectLanguagesController < ApplicationController
|
||||||
|
def index
|
||||||
|
@project_languages = ProjectLanguage.search(params[:name]).without_content
|
||||||
|
end
|
||||||
|
end
|
@ -0,0 +1 @@
|
|||||||
|
json.project_languages @project_languages, :id, :name
|
Loading…
Reference in new issue