You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2024. It is now read-only.
It seems that if table_name is not provided then the attr_accessor for table_name wont be created and so I'm not sure what value is passed to Sequencer? I assume Nil.
We need to provide a fallback in case the user doesn't supply the required values for each of the model components.
I wasn't able to add this issue to the BBC Alephant repo as that repo is forked from this one.
https://github.com/BBC-News/alephant/blob/master/lib/alephant.rb
It seems that if
table_nameis not provided then theattr_accessorfortable_namewont be created and so I'm not sure what value is passed to Sequencer? I assumeNil.We need to provide a fallback in case the user doesn't supply the required values for each of the model components.