1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec/schema.rb
2011-09-02 18:45:41 +02:00

7 lines
195 B
Ruby

ActiveRecord::Schema.define(:version => 0) do
%w{gates readers writers transients simples thieves i18n_test_models}.each do |table_name|
create_table table_name, :force => true
end
end