We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df89774 commit a94f6d9Copy full SHA for a94f6d9
README.md
@@ -1,5 +1,4 @@
1
# ActiveAdmin::Globalize3
2
-
3
Makes it easy to translate your resource fields.
4
5
## Installation
@@ -36,20 +35,5 @@ end
36
35
37
## Friendly ID
38
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
51
52
53
- friendly_id :title, use: [:slugged, :editable]
54
55
+If you want to use Friendly ID together with Globalize3, please take a look
+at the `activeadmin-seo` gem.
0 commit comments