リビジョン 7a084fdb
| app/controllers/glossary_terms_controller.rb | ||
|---|---|---|
|
# Find the term whose id is the :id parameter
|
||
|
def find_term_from_id
|
||
|
@term = GlossaryTerm.find(params[:id])
|
||
|
rescue ActiveRecord::RecordNotFound
|
||
|
render_404
|
||
|
end
|
||
|
end
|
||
[phase-3]error page with not exist id