lib/yawl_rails/engine.rb in yawl_rails-0.1.0 vs lib/yawl_rails/engine.rb in yawl_rails-0.1.1
- old
+ new
@@ -7,11 +7,9 @@
config.generators do |g|
g.test_framework :rspec, :fixture => false
g.template_engine :haml
end
- config.active_record.schema_format = :sql
-
initializer "yawl_rails.append_migrations" do |app|
unless app.root.to_s.match root.to_s
app.config.paths["db/migrate"] += config.paths["db/migrate"].expanded
end
end