voltrb - Uncaught TypeError: no implicit conversion of NilClass into Hash when loading page Ruby Volt -


when loading page, getting following error:

uncaught typeerror: no implicit conversion of nilclass hash 

i using volt framework ruby. routes file inside of component follows:

client '/summary_reporting/daily_reports/new', component: 'summary_reporting', controller: 'daily_reports', action: 'new' 

my controller , view correctly made , declared , component generated using:

bundle exec volt generate component summary_reporting 

can offer insight?

i think fixed issue similar this. loading url #fragment ? if thats not it, chance can post code somewhere can try , figure out issue is?

thanks


Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -