HAML - parameter with dash

Viewed 10935

How can I convert this line

  <body data-spy="abcd">

to HAML syntax?

This one returns me an error

  %body{:data-spy => "abcd"}
3 Answers
Related