Skip to content

Commit

Permalink
Merge pull request railsadminteam#701 from theodorton/master
Browse files Browse the repository at this point in the history
Make rake run after uninstall-task has been run
  • Loading branch information
sferik committed Sep 7, 2011
2 parents bcaee4e + c829115 commit b8f7d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/rails_admin/templates/drop.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class DropAdminHistoriesTable < ActiveRecord::Migration
class DropRailsAdminHistoriesTable < ActiveRecord::Migration
def self.up
drop_table :rails_admin_histories
end
Expand Down

0 comments on commit b8f7d6c

Please sign in to comment.