Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. config.model ActsAsTaggableOn::Tag do
  2. label 'Тэг'
  3. label_plural 'Тэги'
  4. configure :name, :string
  5. end
  6.  
  7. config.included_models = :all
  8.  
  9. config.included_models << ActsAsTaggableOn::Tag
  10.  
  11. config.included_models = ['ActsAsTaggableOn::Tag', <all other models>]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement