Method: Elabs::TagsController#index
- Defined in:
- app/controllers/elabs/tags_controller.rb
#index ⇒ Object
GET /tags GET /tags.json
10 11 12 |
# File 'app/controllers/elabs/tags_controller.rb', line 10 def index @tags = scope_request Tag.all end |