5 lines
89 B
Ruby
5 lines
89 B
Ruby
# Helper for the tags views
|
|
module TagsHelper
|
|
include ActsAsTaggableOn::TagsHelper
|
|
end
|