Skip to content

Commit

Permalink
Blah, assets cant be turned on from initializers either
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Apr 13, 2011
1 parent 4eb3ee4 commit 26528ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -62,5 +62,8 @@ class Application < Rails::Application
# Enable IdentityMap for Active Record, to disable set to false or remove the line below.
config.active_record.identity_map = true
<% end -%>

# Enable the asset pipeline
config.assets.enable = true

This comment has been minimized.

Copy link
@omgitsads

omgitsads Apr 13, 2011

shouldn't this be:

config.assets.enabled = true

to match the line removed below?

This comment has been minimized.

Copy link
@dhh

dhh Apr 13, 2011

Author Member

Good catch. Fixed. Thanks!

end
end

This file was deleted.

0 comments on commit 26528ef

Please sign in to comment.