ActionView::Template::Error (wrong number of arguments (0 for 1..2))
Created by: tokenvolt
I'm getting this error running on Gitlab 6.4 and Ubuntu 13.10
ActionView::Template::Error (wrong number of arguments (0 for 1..2)):
10: %pre.clean
11: = readme.data
12: - else
13: = raw GitHub::Markup.render(readme.name, readme.data)
app/views/projects/tree/_readme.html.haml:13:in _app_views_projects_tree__readme_html_haml__202969744250609696_70289324552580' app/views/projects/tree/_tree.html.haml:49:in
_app_views_projects_tree__tree_html_haml___848696894341879894_70289292099320'
app/views/projects/tree/show.html.haml:4:in _app_views_projects_tree_show_html_haml__3780885047000916834_70289291744360' app/controllers/projects/tree_controller.rb:6:in
show'
app/controllers/application_controller.rb:57:in `set_current_user_for_thread'