Created
March 2, 2010 17:35
-
-
Save JonasNielsen/319705 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
page.make_topics_sortable | |
# RETURNS ERROR: | |
# ActionView::TemplateError (stack level too deep) | |
# The sortable_element function is somehow the problem |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def make_topics_sortable() | |
page.replace_html('sortable_list_control', sortable_element('topics', :url => sort_topics_path)) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment