Skip to content

Commit

Permalink
Fix missing mattr_accessor require, README test info
Browse files Browse the repository at this point in the history
  • Loading branch information
ches committed Sep 26, 2013
1 parent 0156b41 commit 96c8833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ directory, you can run the specs with:

```shell
bundle
cp spec/database.yml{.sample,}
rake spec
```

Expand Down
1 change: 1 addition & 0 deletions lib/acts-as-taggable-on.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require "active_record"
require "active_record/version"
require "active_support/core_ext/module"
require "action_view"

require "digest/sha1"
Expand Down

0 comments on commit 96c8833

Please sign in to comment.