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

8 lines
195 B
Ruby
Raw Normal View History

ActiveRecord::Schema.define(:version => 0) do
2011-09-02 12:45:41 -04:00
%w{gates readers writers transients simples thieves i18n_test_models}.each do |table_name|
2011-08-31 17:53:33 -04:00
create_table table_name, :force => true
end
end