Skip to content

Commit

Permalink
Merge pull request #18 from huobazi/modify-read-me
Browse files Browse the repository at this point in the history
modify readme
  • Loading branch information
huacnlee committed Jan 28, 2013
2 parents c13dc8a + 32cbef5 commit 2978750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -109,7 +109,7 @@ Setting.some_setting
Init defualt value in database, this has indifferent with `Setting.defaults[:some_setting]`, this will **save the value into database**:

```ruby
Setting.save_default(:some_key) = "123"
Setting.save_default(:some_key, "123")
Setting.where(:var => "some_key").count
=> 1
Setting.some_key
Expand Down

0 comments on commit 2978750

Please sign in to comment.