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

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -