Skip to content

Commit

Permalink
Added Rails 3.2 to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Apr 2, 2012
1 parent 478d225 commit 496e48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,15 +16,15 @@ Flutie is recommended to be run as a gem and included in your Gemfile:

gem "flutie"

### Rails 3.1
### Rails 3.1 & Rails 3.2

After you've bundled, if you are using rails 3.1 or greater with asset pipelining enabled, simply add:

@import 'flutie';

as a sass import in the application stylesheet manifest (app/assets/stylesheets/application.css.scss).

If this is a new Rails 3.1 project you will need to rename the application.css manifest to application.css.scss so it is processed
If this is a new Rails 3.1 or 3.2 project you will need to rename the application.css manifest to application.css.scss so it is processed
by the asset pipeline and sass to perform the @import.

### Rails 3.0
Expand Down

0 comments on commit 496e48a

Please sign in to comment.