プロジェクト

全般

プロフィール

« | » 

リビジョン 100ef152

高徹 高橋 徹 さんが約6年前に追加

[bugfix]modified using wrong project in index action

差分を表示:

app/controllers/glossary_categories_controller.rb
before_action :find_project_from_id
def index
@categories = GlossaryCategory.where(project_id: @project_id)
@categories = GlossaryCategory.where(project_id: @project.id)
end
def show

他の形式にエクスポート: Unified diff