Vote count:
0
I am getting the following error in my rails app when I run it locally:
ActionView::Template::Error (wrong number of arguments (2 for 1)):
7: %meta{:content => content_for?(:description) ? yield(:description) : "Dailyvote", :name => "description"}
8: %link{href: "/assets/favico.png", rel: "icon"}/
9: %link{href: "http://ift.tt/1hEwIRn", rel: "stylesheet", type: "text/css"}/
10: = stylesheet_link_tag "application", :media => "all"
11: = javascript_include_tag "application"
12: = csrf_meta_tags
13: = yield(:head)
app/views/layouts/application.html.haml:10:in `_app_views_layouts_application_html_haml___410024948890833714_70223805533300'
I have deployed the app on heroku and there are no issues. This issue occurred recently after I updated from rails3 to rails 4.
asked 1 min ago
Aucun commentaire:
Enregistrer un commentaire