Skip to content

facebox_link_to doesn't support modern paths #5

@blakeeb

Description

@blakeeb

This does not work, shows "symbol to string" error:
<%= facebox_link_to 'Posts', posts_path %>

Plugin only works if link is specified using the old method:
<%= facebox_link_to 'Posts', :url => {:controller => 'posts', :action => 'index'} %>

Source:
http://stackoverflow.com/questions/3310682/facebox-and-rails-not-working

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions