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
Post a Comment