リビジョン de8ef224
| 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?
|
||
|
@grouping = params[:grouping]
|
||
|
end
|
||
|
|
||
|
def new
|
||
[phase-10]add radio_button to select terms view with grouping by categories or without grouping.