Skip to content

Commit

Permalink
Merge pull request #17 from Paxa/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
huacnlee committed Nov 28, 2012
2 parents aa91e67 + d3fd1fe commit c13dc8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ Generate your settings:
$ rails g settings <settings_name>
```

Note: If you migrating from gem `rails-settings` then make sure you have it in your model

```ruby
class Settings < RailsSettings::CachedSettings
...
end
```

Now just put that migration in the database with:

```bash
Expand Down

0 comments on commit c13dc8a

Please sign in to comment.