Closed ronen closed 13 years ago
unless :auto_create => ... is explicitly passed.
this would allow idiom of global auto_create = false and then choose models to auto-create associations via:
class MyModel < AR::Base schema_associations end
unless :auto_create => ... is explicitly passed.
this would allow idiom of global auto_create = false and then choose models to auto-create associations via:
class MyModel < AR::Base schema_associations end