リビジョン b1b7d669
| app/controllers/glossary_terms_controller.rb | ||
|---|---|---|
|
|
||
|
def index
|
||
|
@glossary_terms = GlossaryTerm.where(project_id: @project.id)
|
||
|
@glossary_terms = @glossary_terms.search_by_name(params[:index]) unless params[:index].nil?
|
||
|
end
|
||
|
|
||
|
def new
|
||
[phase-7]add sidebar with some links, index link and search