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-08-31 23:53:33 +02:00

7 lines
178 B
Ruby

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