Merge branch 'stable' of github.com:AyuntamientoMadrid/participacion into stable

This commit is contained in:
rgarcia
2015-10-19 13:34:14 +02:00
2 changed files with 17 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ module Taggable
included do
acts_as_taggable
validate :max_number_of_tags
validate :max_number_of_tags, on: :create
end
def tag_list_with_limit(limit = nil)