Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Ensure test coverage for attr_protected on cached_slug.
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Apr 9, 2010
1 parent 21b49dd commit 4332e0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/active_record_adapter/ar_test_helper.rb
Expand Up @@ -33,7 +33,6 @@ class District < ActiveRecord::Base

# A model that specifies a custom cached slug column
class City < ActiveRecord::Base
attr_accessible :name
has_friendly_id :name, :use_slug => true, :cache_column => "my_slug"
end

Expand Down

0 comments on commit 4332e0d

Please sign in to comment.