v1.0
This commit is contained in:
parent
0f43e98ef8
commit
d378468794
317 changed files with 11347 additions and 0 deletions
9
db/migrate/20110926082616_remove_admin.rb
Normal file
9
db/migrate/20110926082616_remove_admin.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class RemoveAdmin < ActiveRecord::Migration
|
||||
def up
|
||||
drop_table :rails_admin_histories
|
||||
end
|
||||
|
||||
def down
|
||||
raise "No rollback"
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue