I’m reading through Active Record in AWDWR and using script / console to
type in the examples.
I’ve been needing to add in columns to the table and see that unless I
exit
script / console and restart it won’t see the new columns.
Of course exiting destroys the class and requires. Any other way I can
work
around this ?
TIA
Stuart