lib/rails/generators/scss/assets/templates/stylesheet.css.scss in sass-rails-3.1.0.rc.1 vs lib/rails/generators/scss/assets/templates/stylesheet.css.scss in sass-rails-3.1.0.rc.2

- old
+ new

@@ -1,3 +1,7 @@ -// Place all the styles related to the matching controller here. +// Place all the styles related to the <%= name %> controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ + +body.<%= name.dasherize %> { + // Place scoped styles here +} \ No newline at end of file