Class: CargoWiki::TagsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- CargoWiki::TagsController
- Defined in:
- app/controllers/cargo_wiki/tags_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 8 |
# File 'app/controllers/cargo_wiki/tags_controller.rb', line 5 def index = CargoWiki::Article.tag_counts_on(:tags).order("name ASC") respond_with() end |