プロジェクト

全般

プロフィール

« | » 

リビジョン cffd7877

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

[phase-3]add show action in minimum

差分を表示:

app/controllers/glossary_terms_controller.rb
class GlossaryTermsController < ApplicationController
before_action :find_term_from_id, only: [:show]
def index
@glossary_terms = GlossaryTerm.all
end
# def show
# end
# Find the term whose id is the :id parameter
def find_term_from_id
@term = GlossaryTerm.find(params[:id])
end
end

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