Skip to content

Commit

Permalink
Readme issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Banura Randika committed May 20, 2020
1 parent 5d5d170 commit ffb5d08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,13 @@ def show
set_meta_tags @user
end
```

For adding dynamic meta tags for existing records please run following:

```ruby
Model.find_each(&:save)
```

### Sitemap

For sitemap you need to configure as follows:
Expand Down

0 comments on commit ffb5d08

Please sign in to comment.