Skip to content

Commit

Permalink
Make test application rails 3.0 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Dec 21, 2011
1 parent a07bff4 commit 90ac270
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
6 changes: 0 additions & 6 deletions test/dummy/config/application.rb
Expand Up @@ -48,12 +48,6 @@ class Application < Rails::Application
# in your app. As such, your models will need to explicitly whitelist or blacklist accessible
# parameters by using an attr_accessible or attr_protected declaration.
# config.active_record.whitelist_attributes = true

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

# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
end
end

14 changes: 0 additions & 14 deletions test/dummy/config/initializers/wrap_parameters.rb

This file was deleted.

0 comments on commit 90ac270

Please sign in to comment.