SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 254 forks source link

Avoid method name collision #114

Closed blase closed 10 years ago

blase commented 10 years ago

Command: rails generate redactor:install throws an error.

Since Rails 4.0.4 there is a method called create_migration in Rails::Generators::Migration. Changing the name solves this problem.