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
I use Slim and I got error undefined method asset_path.
It happen because in angular-rails4-templates/slim_processor.rb called method render without arguments.
First argument should be some ActionView object which will be use as scope for template.
I use Slim and I got error undefined method
asset_path.It happen because in angular-rails4-templates/slim_processor.rb called method render without arguments.
First argument should be some ActionView object which will be use as scope for template.