You are browsing docs for Avo 2: go to Avo 3

Skip to content

Act as taggable on integration

A popular way to implement the tags pattern is to use the acts-as-taggable-on gem. Avo already supports it in the tags field, but you might also want to browse the tags as resources.

This template will add the necessarry resource and controller files to your app.

Run rails app:template LOCATION='https://railsbytes.com/script/VRZskb'

If you're using the menu editor don't forget to add the resources to your menus.

ruby
resource :taggings
resource :tags