リビジョン a89d77b4
| app/controllers/glossary_terms_controller.rb | ||
|---|---|---|
|
@glossary_terms = GlossaryTerm.all
|
||
|
end
|
||
|
|
||
|
# def show
|
||
|
|
||
|
# end
|
||
|
def new
|
||
|
@term = GlossaryTerm.new
|
||
|
end
|
||
|
|
||
|
# Find the term whose id is the :id parameter
|
||
|
def find_term_from_id
|
||
[phase-4]add new form