On Thu, Aug 14, 2014 at 10:10 AM, Roelof Wobben <[email protected]> wrote:
> ActionView::Template::Error (undefined local variable or method `“layouts' > for #<#<Class:0x007f6269e4a548>:0x007f6269e49080>): > 21: <%= render “layouts/sidebar” unless > current_page?(new_admin_session_path) %> What in the name of all that's merciful are you using as an editor? Look *closely* at the error message. You're using "smart" (sic) quotes instead of normal double-quote characters. Fix that and it'll work as expected. -- Hassan Schroeder ------------------------ [email protected] http://about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yCZ73e-PohMALE5s-BKo0O9dLOP4LADHjsQZHBcb4b2Vg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

