Skip to content

Commit a94f6d9

Browse files
author
Stefano Verna
committed
Updated README
1 parent df89774 commit a94f6d9

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# ActiveAdmin::Globalize3
2-
32
Makes it easy to translate your resource fields.
43

54
## Installation
@@ -36,20 +35,5 @@ end
3635

3736
## Friendly ID
3837

39-
If you want to use Friendly ID together with Globalize3, this is the way to go:
40-
41-
```ruby
42-
active_admin_translates :title, :description, :slug do
43-
extend FriendlyId
44-
friendly_id :title, use: :slugged
45-
end
46-
```
47-
48-
Want to make the slug editable by the user?
49-
50-
```ruby
51-
active_admin_translates :title, :description, :slug do
52-
extend FriendlyId
53-
friendly_id :title, use: [:slugged, :editable]
54-
end
55-
```
38+
If you want to use Friendly ID together with Globalize3, please take a look
39+
at the `activeadmin-seo` gem.

0 commit comments

Comments
 (0)