リビジョン 02548925
| config/routes.rb | ||
|---|---|---|
|
# Plugin's routes
|
||
|
# See: http://guides.rubyonrails.org/routing.html
|
||
|
|
||
|
Rails.application.routes.draw do
|
||
|
resources :glossary_terms, only: [:index]
|
||
|
end
|
||
| config/routes.rb | ||
|---|---|---|
|
# Plugin's routes
|
||
|
# See: http://guides.rubyonrails.org/routing.html
|
||
|
|
||
|
Rails.application.routes.draw do
|
||
|
resources :glossary_terms, only: [:index]
|
||
|
end
|
||
他の形式にエクスポート: Unified diff
[phase-1]can view default index page from Web browser.