README.md in has_meta-0.0.7 vs README.md in has_meta-0.0.8
- old
+ new
@@ -24,10 +24,10 @@
## Configuration
By default has\_meta will truncate results at 255 characters.
You can change this globally by creating an initializer file with the following contents:
-HasMeta::OPTIONS[:truncate] = 999
+ HasMeta::OPTIONS[:truncate] = 999
## Usage
class BlogPost < ActiveRecord::Base
has_meta :keywords => :keywords,