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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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_name
is not provided then theattr_accessor
fortable_name
wont 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.
The text was updated successfully, but these errors were encountered: