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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -