RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: jppag
nevermind
I am using Rails 4, and instead of: rails generate acts_as_taggable_on:migration, I have to use: rake acts_as_taggable_on_engine:install:migrations.
But I want to remove this rake acts_as_taggable_on_engine:install:migrations that I did, but I can't find anywhere how to do this
nevermind
I am using Rails 4, and instead of: rails generate acts_as_taggable_on:migration,
I have to use: rake acts_as_taggable_on_engine:install:migrations.
But I want to remove this rake acts_as_taggable_on_engine:install:migrations that I did, but I can't find anywhere how to do this