Skip to content

Commit

Permalink
updated README.md and cleaned rake rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rikettsie committed Mar 1, 2015
2 parents 235fb6b + f2c0d6a commit 2ee4d59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tasks/tags_collate_utf8.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace :acts_as_taggable_on_engine do

desc "Forcing collate of tag names to utf8_bin"
task :collate_bin => [:environment] do |t, args|
puts "Changing collate for column 'name' of table 'tags' to utf8_bin"
ActsAsTaggableOn::Configuration.apply_binary_collation(true)
end

Expand Down

0 comments on commit 2ee4d59

Please sign in to comment.