ActsAsTaggableOnMigration
# File lib/redmine_acts_as_taggable_on/migration.rb, line 17 def down enforce_declarations! if ok_to_go_down? super else say 'Not dropping "tags" and "taggings" because they\re still needed by' say 'the following plugins:' plugins_still_using_tables.each { |p| say p.id, true } end end
Generated with the Darkfish Rdoc Generator 2.