Closed jviney closed 12 years ago
I've not yet merged this because it needs to be compatible across Rails versions - which I've not yet made the time to figure out. If someone else wants to do that, that'd be great :)
table_name= is alias for set_table_names since rails 1.2. But if you want to be perfectly sure you can checkout my fork https://github.com/igloonet/ts-delayed-delta
but I think jvineys solution is sufficient...
Yes as far as I know, this method has been around for a long time.
I did research on ActiveRecord source, it was not documented but alias is there since rails 1.2 (I didn't find older sources) so I'm pretty sure this is compatible.
Thanks for the checks, just merged this in :)
+1 to merge this