Project

General

Profile

Bug #6749

Updated by Brett Smith almost 9 years ago

Visiting @/static/login_failure@ on an API server currently returns a response like this: 

 <pre>{"errors":["#<NoMethodError: undefined method `asset_path' for #<#<Class:0x00000005d3bb98>:0x00000005440750>>"]}</pre> 

 Both views under @app/views/static/@ include The view includes a call to asset_path that apparently doesn't work in our API server Rails configuration.

Back